Home
last modified time | relevance | path

Searched defs:device_mgr (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/data/
Dstandalone.cc50 std::unique_ptr<DeviceMgr> device_mgr = MakeUnique<DeviceMgr>( in FromGraph() local
111 Dataset::Dataset(DatasetBase* dataset, DeviceMgr* device_mgr, in Dataset()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.cc38 std::unique_ptr<tensorflow::DeviceMgr> device_mgr = in Prepare() local
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc224 const DeviceMgr* device_mgr; in GetPeakMemoryUsage() local
373 const DeviceMgr* device_mgr; in ResetSession() local
453 const DeviceMgr* device_mgr; in ClearAllocatorStats() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h48 DeviceMgr* device_mgr() { in device_mgr() function
Dworker_env.h56 DeviceMgr* device_mgr = nullptr; member
Dsession_mgr.cc87 auto device_mgr = MakeUnique<DeviceMgr>(std::move(renamed_devices)); in CreateSession() local
Dworker_session.cc98 std::unique_ptr<DeviceMgr> device_mgr, in WorkerSession()
Dgraph_mgr.cc56 GraphMgr::GraphMgr(const WorkerEnv* worker_env, DeviceMgr* device_mgr) in GraphMgr()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc49 std::unique_ptr<const DeviceMgr> device_mgr, in EagerContext()
56 bool async, const DeviceMgr* device_mgr, in EagerContext()
430 std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr, in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice.h179 DeviceMgr* device_mgr() const { return device_mgr_; } in device_mgr() function
Drendezvous_mgr.cc34 IntraProcessRendezvous::IntraProcessRendezvous(const DeviceMgr* device_mgr) in IntraProcessRendezvous()
Dprocess_function_library_runtime.h140 const DeviceMgr* device_mgr() { return device_mgr_; } in device_mgr() function
Dfunction.cc277 const DeviceMgr* FunctionLibraryRuntimeOverlay::device_mgr() const { in device_mgr() function in tensorflow::FunctionLibraryRuntimeOverlay
349 const DeviceMgr* device_mgr() const override { return device_mgr_; } in device_mgr() function in tensorflow::FunctionLibraryRuntimeImpl
1220 const DeviceMgr* device_mgr, Env* env, Device* device, in NewFunctionLibraryRuntime()
1231 const DeviceMgr* device_mgr, Env* env, Device* device, in NewFunctionLibraryRuntime()
Dprocess_function_library_runtime.cc59 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
84 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
Ddirect_session.cc275 const DeviceMgr* device_mgr, in DirectSession()
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc59 std::unique_ptr<DeviceMgr> device_mgr, in IteratorResource()
422 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in Compute() local
477 OpKernelContext* ctx, std::unique_ptr<DeviceMgr>* device_mgr, in CreatePrivateFLR()
510 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in Compute() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc192 const DeviceMgr* device_mgr = nullptr; in TEST() local
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc83 std::unique_ptr<tensorflow::DeviceMgr>* device_mgr) { in GetAllRemoteDevices()
227 auto* device_mgr = grpc_server->worker_env()->device_mgr; in UpdateTFE_ContextWithServerDef() local
342 std::unique_ptr<tensorflow::DeviceMgr> device_mgr( in TFE_NewContext() local
355 const tensorflow::DeviceMgr* device_mgr = nullptr; in TFE_NewContextFromSession() local
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc105 std::unique_ptr<tensorflow::DeviceMgr> device_mgr = in CreateContext() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc2560 std::unique_ptr<DeviceMgr> device_mgr = in Run() local
Dencapsulate_subgraphs_pass_test.cc510 auto device_mgr = absl::make_unique<DeviceMgr>(std::move(devices)); in Encapsulate() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2156 tensorflow::DeviceMgr device_mgr(std::move(devices)); in InlineAllFunctions() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3459 tensorflow::DeviceMgr device_mgr(std::move(devices)); in main() local