Searched refs:partial_run_mgr (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | partial_run_mgr_test.cc | 26 PartialRunMgr partial_run_mgr; in TEST() local 29 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager); in TEST() 35 PartialRunMgr partial_run_mgr; in TEST() local 38 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager); in TEST() 41 partial_run_mgr.FindOrCreate(step_id, &found_cancellation_manager); in TEST() 47 PartialRunMgr partial_run_mgr; in TEST() local 50 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager); in TEST() 54 partial_run_mgr.FindOrCreate(new_step_id, &new_cancellation_manager); in TEST() 61 PartialRunMgr partial_run_mgr; in TEST() local 64 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager); in TEST() [all …]
|
D | BUILD | 37 name = "partial_run_mgr", 38 srcs = ["partial_run_mgr.cc"], 39 hdrs = ["partial_run_mgr.h"], 52 ":partial_run_mgr", 199 ":partial_run_mgr",
|