Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc399 e->dst_input_ = y; in AddEdge()
422 del->dst_input_ = kControlSlot - 1; in RemoveEdge()
707 src_output_, dst_->name().c_str(), dst_input_); in DebugString()
Dgraph.h309 int dst_input() const { return dst_input_; } in dst_input()
326 int dst_input_; variable