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.cc1498 struct LambdaFactory { struct
1499 enum class OP_CATEGORY : int { RSQRT = 0, NEG, RECIP };
1500 OP_CATEGORY op;
1503 std::function<T(T)> unary() { in unary()