OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:run_it
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/distributed_runtime/
partial_run_mgr.cc
50
auto
run_it
= step_id_to_partial_run_.find(step_id);
local
51
if (
run_it
== step_id_to_partial_run_.end()) {
56
// It is guaranteed that
run_it
->second->final_callback is left empty
58
done = std::move(
run_it
->second->final_callback);
60
run_it
->second->final_status = executor_status;
62
callback_status =
run_it
->second->final_status;
63
run_it
->second->executor_done = true;
77
auto
run_it
= step_id_to_partial_run_.find(step_id);
local
78
if (
run_it
== step_id_to_partial_run_.end()) {
81
run_it
->second->final_status.Update(status)
[
all
...]
/external/autotest/server/site_tests/logging_KernelCrashServer/
control
24
def
run_it
(machine):
38
parallel_simple(
run_it
, machines)
/system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc
428
bool
run_it
= false;
local
434
run_it
= true;
447
if (
run_it
) {
Completed in 1281 milliseconds