Searched defs:device_mgr (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_session.h | 46 const std::unique_ptr<DeviceMgr> device_mgr; member
|
D | worker_env.h | 55 DeviceMgr* device_mgr = nullptr; member
|
D | worker_session.cc | 93 std::unique_ptr<DeviceMgr> device_mgr, in WorkerSession()
|
D | session_mgr.cc | 79 std::unique_ptr<DeviceMgr> device_mgr(new DeviceMgr(renamed_devices)); in CreateSession() local
|
D | graph_mgr.cc | 52 GraphMgr::GraphMgr(const WorkerEnv* worker_env, DeviceMgr* device_mgr) in GraphMgr()
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 211 const DeviceMgr* device_mgr; in GetPeakMemoryUsage() local 400 const DeviceMgr* device_mgr; in ClearAllocatorStats() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | rendezvous_mgr.cc | 34 IntraProcessRendezvous::IntraProcessRendezvous(const DeviceMgr* device_mgr) in IntraProcessRendezvous()
|
D | process_function_library_runtime.cc | 29 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime() 51 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
|
D | function.cc | 945 const DeviceMgr* device_mgr, Env* env, Device* device, in NewFunctionLibraryRuntime() 956 const DeviceMgr* device_mgr, Env* env, Device* device, in NewFunctionLibraryRuntime()
|
D | direct_session.cc | 254 const DeviceMgr* device_mgr, in DirectSession()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 134 const tensorflow::DeviceMgr* device_mgr; // Owned by session. member
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | iterator_ops.cc | 87 std::unique_ptr<DeviceMgr> device_mgr, in IteratorResource() 467 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in Compute() local 542 OpKernelContext* ctx, std::unique_ptr<DeviceMgr>* device_mgr, in CreatePrivateFLR()
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | import_tensorflow.cc | 1788 tensorflow::DeviceMgr device_mgr(devices); in InlineAllFunctions() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 3292 tensorflow::DeviceMgr device_mgr(devices); in main() local
|