Home | History | Annotate | Download | only in framework

Lines Matching refs:index_

69   Output(Node* n, int32 index) : op_(n), index_(index) {}
70 Output(const Operation& op, int32 index) : op_(op), index_(index) {}
74 int32 index() const { return index_; }
75 DataType type() const { return op_.output_type(index_); }
78 return op_ == other.op_ && index_ == other.index_;
81 uint64 hash() const { return op_.hash(index_); }
85 int32 index_ = 0;
234 : node_name_(name), index_(i), data_type_(dt) {}
238 int32 index() const { return node_name_.empty() ? output_.index() : index_; }
248 int32 index_ = 0;