Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc130 bool ContainsFunctionNodeWithOp(StringPiece op, const FunctionDef& function) { in ContainsFunctionNodeWithOp() function
Dfunction_utils_test.cc70 TEST(FunctionUtilsTest, ContainsFunctionNodeWithOp) { in TEST() argument