Home
last modified time | relevance | path

Searched refs:TaggedNodeSeq (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.h119 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 …]
Dpropagator_state.cc55 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 …]
Dsimple_propagator_state.h106 typedef gtl::InlinedVector<TaggedNode, 8> TaggedNodeSeq; typedef
110 TaggedNodeSeq* ready);
116 TaggedNodeSeq* ready);
Dsimple_propagator_state.cc49 gtl::ArraySlice<const NodeItem*> roots, TaggedNodeSeq* ready) { in ActivateRoots()
58 TaggedNodeSeq* ready) { in PropagateOutputs()
Dexecutor.cc285 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()