Home
last modified time | relevance | path

Searched refs:kSourceId (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h538 enum { kSourceId = 0, kSinkId = 1 }; enumerator
539 Node* source_node() const { return FindNodeId(kSourceId); } in source_node()
Dgraph.cc284 CHECK_EQ(source->id(), kSourceId); in Graph()
Dgraph_constructor_test.cc895 const string& source = graph_.FindNodeId(Graph::kSourceId)->name(); in TEST_F()
2428 const string& source = graph_.FindNodeId(Graph::kSourceId)->name(); in TEST_F()