Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor_test.cc1287 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
1405 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
1463 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc42 const int Graph::kControlSlot = -1; member in tensorflow::Graph
H A Dgraph.h542 static const int kControlSlot; variable