Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h134 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
Dgraph_mgr.cc141 item->proc_flr.reset(new ProcessFunctionLibraryRuntime( in InitItem()
227 FunctionLibraryRuntime* lib = item->proc_flr->GetFLR(unit->device->name()); in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc225 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr( in TEST_F() local
230 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST_F()
Ddirect_session.h173 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
Ddirect_session.cc1239 func_info->proc_flr.reset(new ProcessFunctionLibraryRuntime( in CreateExecutors()
1253 auto lib = func_info->proc_flr->GetFLR(partition_name); in CreateExecutors()