Searched refs:RunManyGraphs (Results 1 – 1 of 1) sorted by relevance
494 class RunManyGraphs { class496 explicit RunManyGraphs(int num) : calls_(num), pending_(num) {} in RunManyGraphs() function in tensorflow::RunManyGraphs498 ~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()