Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc339 #define UNARY_OP(op) ops.def(#op, &op) in BuildOpsSubmodule() macro
340 UNARY_OP(Not); in BuildOpsSubmodule()
341 UNARY_OP(PopulationCount); in BuildOpsSubmodule()
342 UNARY_OP(Clz); in BuildOpsSubmodule()
343 UNARY_OP(Abs); in BuildOpsSubmodule()
344 UNARY_OP(Exp); in BuildOpsSubmodule()
345 UNARY_OP(Expm1); in BuildOpsSubmodule()
346 UNARY_OP(Floor); in BuildOpsSubmodule()
347 UNARY_OP(Ceil); in BuildOpsSubmodule()
348 UNARY_OP(Round); in BuildOpsSubmodule()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp626 #define UNARY_OP(IN0TYPE, IN0DATATYPE) \ in getEvalFunc() macro
677 MAKE_UNARY_CASES(UNARY_OP, TYPE_FLOAT_MAT2); in getEvalFunc()
678 MAKE_UNARY_CASES(UNARY_OP, TYPE_FLOAT_MAT3); in getEvalFunc()
679 MAKE_UNARY_CASES(UNARY_OP, TYPE_FLOAT_MAT4); in getEvalFunc()