Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc2112 bool is_frame_done = false; in PropagateOutputs() local
2122 is_frame_done = input_frame->DecrementOutstandingOpsLocked( in PropagateOutputs()
2138 is_frame_done = in PropagateOutputs()
2147 is_frame_done = input_frame->DecrementOutstandingOpsLocked( in PropagateOutputs()
2156 is_frame_done = input_frame->DecrementOutstandingOps(&impl_->gview_, in PropagateOutputs()
2185 is_frame_done = input_frame->DecrementOutstandingOpsLocked( in PropagateOutputs()
2191 if (is_frame_done) { in PropagateOutputs()
2644 bool is_frame_done = false; in CleanupFramesIterations() local
2648 is_frame_done = frame->CleanupIterations(&impl_->gview_, iter, ready); in CleanupFramesIterations()
2650 if (is_frame_done) { in CleanupFramesIterations()