Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1332 void PropagateOutputs(const TaggedNode& tagged_node, const NodeItem* item,
1773 PropagateOutputs(state->tagged_node, state->item, &outputs, &ready); in Process()
1858 PropagateOutputs(tagged_node, &item, &outputs, &ready); in Process()
2083 void ExecutorState::PropagateOutputs(const TaggedNode& tagged_node, in PropagateOutputs() function in tensorflow::__anon6f8fc96b0111::ExecutorState