HomeSort by relevance Sort by last modified time
    Searched refs:dst_input_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph.h 309 int dst_input() const { return dst_input_; }
326 int dst_input_; member in class:tensorflow::Edge
785 // Note that if either src_output_ or dst_input_ is kControlSlot,
graph.cc 399 e->dst_input_ = y;
422 del->dst_input_ = kControlSlot - 1;
707 src_output_, dst_->name().c_str(), dst_input_);

Completed in 72 milliseconds