Home
last modified time | relevance | path

Searched refs:src_output_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h412 int src_output() const { return src_output_; } in src_output()
433 int src_output_; variable
936 return src_output_ == Graph::kControlSlot; in IsControlEdge()
Dgraph.cc538 e->src_output_ = x; in AddEdge()
880 src_output_, dst_->name().c_str(), dst_input_); in DebugString()