Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc2148 struct LambdaFactory { struct
2149 enum class OP_CATEGORY : int { RSQRT = 0, NEG, RECIP };
2150 OP_CATEGORY op;
2153 std::function<T(T)> unary() { in unary()