HomeSort by relevance Sort by last modified time
    Searched refs:partial_run_mgr_ (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
partial_run_mgr_test.cc 88 PartialRunMgr partial_run_mgr_; member in class:tensorflow::__anon39531::StatusPropagationTest
112 partial_run_mgr_.FindOrCreate(step_id, &cancellation_manager);
114 partial_run_mgr_.ExecutorDone(step_id, param.executor_status);
115 partial_run_mgr_.PartialRunDone(step_id,
128 partial_run_mgr_.FindOrCreate(step_id, &cancellation_manager);
130 partial_run_mgr_.PartialRunDone(step_id,
133 partial_run_mgr_.ExecutorDone(step_id, param.executor_status);
worker.h 101 PartialRunMgr partial_run_mgr_; member in class:tensorflow::Worker
worker.cc 229 bool is_new_partial_run = partial_run_mgr_.FindOrCreate(step_id, &cm);
255 partial_run_mgr_.ExecutorDone(step_id, s);
277 partial_run_mgr_.PartialRunDone(step_id, finish, s);

Completed in 79 milliseconds