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

  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.h 133 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member in struct:tensorflow::GraphMgr::Item
graph_mgr.cc 135 item->proc_flr.reset(new ProcessFunctionLibraryRuntime(
220 FunctionLibraryRuntime* lib = item->proc_flr->GetFLR(unit->device->name());
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime_test.cc 118 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr(
123 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice);
direct_session.h 153 // 'proc_flr' is the collection of FunctionLibraryRuntime objects, one per
157 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member in struct:tensorflow::DirectSession::FunctionInfo
direct_session.cc     [all...]

Completed in 191 milliseconds