Home
last modified time | relevance | path

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

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