Home
last modified time | relevance | path

Searched refs:EntryVector (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.h361 EntryVector* outputs,
366 IterationState* iter_state, EntryVector* outputs,
397 EntryVector* outputs, TaggedNodeSeq* ready) in ActivateNodesFastPathLocked()
407 EntryVector* outputs, TaggedNodeSeq* ready) in ActivateNodesFastPathShared()
416 EntryVector* outputs,
420 IterationState* iter_state, EntryVector* outputs,
433 void PropagateOutputs(const TaggedNode& tagged_node, EntryVector* outputs,
Dpropagator_state.cc66 EntryVector* outputs, in PropagateOutputs()
389 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesFastPathInternal()
453 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesSlowPath()
566 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesAndAdjustOutstanding()
587 EntryVector* outputs, in ActivateNodesLocked()
605 EntryVector outputs{entry}; in ActivateNexts()
621 EntryVector outputs{entry}; in ActivateLoopInvs()
637 EntryVector outputs{entry}; in AddLoopInv()
Dentry.h138 typedef gtl::InlinedVector<Entry, 4> EntryVector; typedef
Dexecutor.cc293 EntryVector* outputs, NodeExecStatsInterface* stats);
298 void ProcessConstTensor(const NodeItem& item, EntryVector* outputs,
550 const NodeItem& item, OpKernelContext::Params* params, EntryVector* outputs, in ProcessSync()
607 EntryVector outputs(state->item->num_outputs); in ProcessAsync()
654 const NodeItem& item, EntryVector* outputs, NodeExecStatsInterface* stats) { in ProcessConstTensor()
740 EntryVector outputs(1); in Process()
Dsimple_propagator_state.h115 void PropagateOutputs(const TaggedNode& tagged_node, EntryVector* outputs,
Dsimple_propagator_state.cc57 EntryVector* outputs, in PropagateOutputs()