Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc157 int FindFunctionNodeWithOp(StringPiece op, const FunctionDef& function) { in FindFunctionNodeWithOp() function
Dfunction_utils_test.cc91 TEST(FunctionUtilsTest, FindFunctionNodeWithOp) { in TEST() argument