Searched defs:TaggedNode (Results 1 – 3 of 3) sorted by relevance
55 struct TaggedNode { struct58 explicit TaggedNode(const NodeItem* node_item) : node_item(node_item) {} in TaggedNode() argument66 // A drop-in replacement for std::deque<TaggedNode>. We typically don't argument
63 struct TaggedNode { struct69 TaggedNode() = default; argument70 TaggedNode(const NodeItem* node_item, FrameState* in_frame, in TaggedNode() argument83 // A drop-in replacement for std::deque<TaggedNode>. We typically don't argument
289 typedef typename PropagatorStateType::TaggedNode TaggedNode; typedef in tensorflow::__anon79fb0f210111::ExecutorState