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.h135 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
Dgraph_mgr.cc139 item->proc_flr.reset(new ProcessFunctionLibraryRuntime( in InitItem()
239 FunctionLibraryRuntime* lib = item->proc_flr->GetFLR(unit->device->name()); in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h194 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
Dprocess_function_library_runtime_test.cc339 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr( in TEST_F() local
344 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST_F()
Ddirect_session.cc1345 func_info->proc_flr.reset(new ProcessFunctionLibraryRuntime( in CreateExecutors()
1365 auto lib = func_info->proc_flr->GetFLR(partition_name); in CreateExecutors()