Searched refs:TaggedNode (Results 1 – 1 of 1) sorted by relevance
942 struct TaggedNode;943 typedef gtl::InlinedVector<TaggedNode, 8> TaggedNodeSeq;1187 struct TaggedNode { struct in tensorflow::__anon675242740111::ExecutorState1193 TaggedNode(const Node* t_node, FrameState* in_frame, int64 in_iter, in TaggedNode() argument1209 void push_back(TaggedNode node) { ready_.push_back(node); } in push_back()1210 TaggedNode front() const { in front()1229 const TaggedNode* begin() const { return ready_.begin() + front_index_; } in begin()1230 const TaggedNode* end() const { return ready_.end(); } in end()1233 gtl::InlinedVector<TaggedNode, 16> ready_;1316 void Process(TaggedNode node, int64 scheduled_nsec);[all …]