Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc1282 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
1400 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
1458 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
Dgraph.cc38 const int Graph::kControlSlot = -1; member in tensorflow::Graph
Dgraph.h496 static const int kControlSlot; variable