Home
last modified time | relevance | path

Searched refs:FloatNot (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h142 llvm::Value* FloatNot(llvm::Value* lhs);
144 return FloatAnd(FloatNot(lhs), rhs); in FloatAndNot()
Dvector_support_library.cc180 llvm::Value* VectorSupportLibrary::FloatNot(llvm::Value* lhs) { in FloatNot() function in xla::cpu::VectorSupportLibrary