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.cc1283 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
1401 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
1459 const int kControlSlot = Graph::kControlSlot; in TEST_F() local
Dgraph.cc35 const int Graph::kControlSlot = -1; member in tensorflow::Graph
Dgraph.h470 static const int kControlSlot; variable