Searched refs:EntryVector (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | propagator_state.h | 361 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,
|
D | propagator_state.cc | 66 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()
|
D | entry.h | 138 typedef gtl::InlinedVector<Entry, 4> EntryVector; typedef
|
D | executor.cc | 293 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()
|
D | simple_propagator_state.h | 115 void PropagateOutputs(const TaggedNode& tagged_node, EntryVector* outputs,
|
D | simple_propagator_state.cc | 57 EntryVector* outputs, in PropagateOutputs()
|