Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc494 class RunManyGraphs { class
496 explicit RunManyGraphs(int num) : calls_(num), pending_(num) {} in RunManyGraphs() function in tensorflow::RunManyGraphs
498 ~RunManyGraphs() {} in ~RunManyGraphs()
554 TF_DISALLOW_COPY_AND_ASSIGN(RunManyGraphs);
619 RunManyGraphs calls(num); in RunPartitionsHelper()
623 RunManyGraphs::Call* c = calls.get(i); in RunPartitionsHelper()
685 RunManyGraphs::Call* call = calls.get(i); in RunPartitionsHelper()
689 std::bind(&RunManyGraphs::WhenDone, &calls, i, std::placeholders::_1)); in RunPartitionsHelper()