Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc129 const SimpleNode* source_node() const { return nodes_[Graph::kSourceId]; } in source_node()
151 nodes_[g->kSourceId] = new SimpleNode(g->source_node(), g->kSourceId); in SimpleGraph()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h603 enum { kSourceId = 0, kSinkId = 1 }; enumerator
604 Node* source_node() const { return FindNodeId(kSourceId); } in source_node()
Dgraph.cc367 CHECK_EQ(source->id(), kSourceId); in Graph()
Dgraph_constructor_test.cc900 const string& source = graph_.FindNodeId(Graph::kSourceId)->name(); in TEST_F()
2437 const string& source = graph_.FindNodeId(Graph::kSourceId)->name(); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1333 deleted[graph_->kSourceId] = true; in DeleteReachableAndDeadNodes()