Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.cpp509 #define BINARY(SFunc, UFunc, FFunc) { \ in compileBinary() argument
517 return UFunc(builder, left, right, "binary"); \ in compileBinary()
524 #define COMPOUND(SFunc, UFunc, FFunc) { \ in compileBinary() argument
535 result = UFunc(builder, left, right, "binary"); \ in compileBinary()
546 #define COMPARE(SFunc, SOp, UFunc, UOp, FFunc, FOp) { \ in compileBinary() argument
554 return UFunc(builder, UOp, left, right, "binary"); \ in compileBinary()
/external/tensorflow/tensorflow/compiler/xla/python/
Dbfloat16.cc835 template <typename UFunc>
837 std::vector<int> types = UFunc::Types(); in RegisterUFunc()
838 PyUFuncGenericFunction fn = UFunc::Call; in RegisterUFunc()