Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h171 return std::bind(&ExecutorBarrier::WhenDone, this, std::placeholders::_1); in Get()
182 void WhenDone(const Status& s) { in WhenDone() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc519 void WhenDone(int index, const Status& s) { in WhenDone() function in tensorflow::__anon4940402c0411::RunManyGraphs
742 std::bind(&RunManyGraphs::WhenDone, &calls, i, std::placeholders::_1)); in RunPartitionsHelper()