Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
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
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc39 const int Graph::kControlSlot = -1; member in tensorflow::Graph
Dgraph.h519 static const int kControlSlot; variable