Home
last modified time | relevance | path

Searched defs:FloatOr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.h139 llvm::Value* FloatOr(llvm::Value* lhs, const llvm::APFloat& rhs) { in FloatOr() function
H A Dvector_support_library.cc189 llvm::Value* VectorSupportLibrary::FloatOr(llvm::Value* lhs, llvm::Value* rhs) { in FloatOr() function in xla::cpu::VectorSupportLibrary