Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dgraph_utils.cc245 bool ContainsGraphNodeWithName(StringPiece name, const GraphDef& graph) { in ContainsGraphNodeWithName() function
H A Dgraph_utils_test.cc169 TEST(GraphUtilsTest, ContainsGraphNodeWithName) { in TEST() argument