Searched refs:TaggedNodeSeq (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | propagator_state.h | 119 typedef gtl::InlinedVector<TaggedNode, 8> TaggedNodeSeq; typedef 307 TaggedNodeSeq* ready); 310 TaggedNodeSeq* ready) 319 TaggedNodeSeq* ready); 322 TaggedNodeSeq* ready); 334 IterationState* IncrementIteration(TaggedNodeSeq* ready) 338 void ActivateNexts(IterationState* iter_state, TaggedNodeSeq* ready) 342 void ActivateLoopInvs(IterationState* iter_state, TaggedNodeSeq* ready) 348 TaggedNodeSeq* ready) TF_EXCLUSIVE_LOCKS_REQUIRED(mu); 362 TaggedNodeSeq* ready); [all …]
|
D | propagator_state.cc | 55 TaggedNodeSeq* ready) { in ActivateRoots() 67 TaggedNodeSeq* ready) { in PropagateOutputs() 288 void PropagatorState::DeleteFrame(FrameState* frame, TaggedNodeSeq* ready) { in DeleteFrame() 367 TaggedNodeSeq* ready) { in CleanupFramesIterations() 389 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesFastPathInternal() 453 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesSlowPath() 566 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesAndAdjustOutstanding() 588 TaggedNodeSeq* ready) { in ActivateNodesLocked() 598 TaggedNodeSeq* ready) { in ActivateNexts() 614 TaggedNodeSeq* ready) { in ActivateLoopInvs() [all …]
|
D | simple_propagator_state.h | 106 typedef gtl::InlinedVector<TaggedNode, 8> TaggedNodeSeq; typedef 110 TaggedNodeSeq* ready); 116 TaggedNodeSeq* ready);
|
D | simple_propagator_state.cc | 49 gtl::ArraySlice<const NodeItem*> roots, TaggedNodeSeq* ready) { in ActivateRoots() 58 TaggedNodeSeq* ready) { in PropagateOutputs()
|
D | executor.cc | 285 typedef typename PropagatorStateType::TaggedNodeSeq TaggedNodeSeq; typedef in tensorflow::__anonce8950920111::ExecutorState 315 bool NodeDone(const Status& s, TaggedNodeSeq* ready, 325 void ScheduleReady(TaggedNodeSeq* ready, TaggedNodeReadyQueue* inline_ready); 459 TaggedNodeSeq ready; in RunAsync() 623 TaggedNodeSeq ready; in ProcessAsync() 681 TaggedNodeSeq ready; in Process() 1064 const Status& s, TaggedNodeSeq* ready, NodeExecStatsInterface* stats, in NodeDone() 1142 TaggedNodeSeq* ready, TaggedNodeReadyQueue* inline_ready) { in ScheduleReady()
|