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

  /external/tensorflow/tensorflow/core/distributed_runtime/
worker.h 101 PartialRunMgr partial_run_mgr_; member in class:tensorflow::Worker
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);

Completed in 61 milliseconds