Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc61 std::vector<StatusCallback> to_be_called; in CompleteGroupLocal() local
136 std::swap(to_be_called, gr->waiting); in CompleteGroupLocal()
141 for (int i = 0; i < to_be_called.size(); ++i) { in CompleteGroupLocal()
142 to_be_called[i](Status::OK()); in CompleteGroupLocal()