Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc36 void SameWorkerRecvDone(const DeviceMgr* device_mgr, in SameWorkerRecvDone()
115 void IntraProcessRecvAsyncImpl(const DeviceMgr* device_mgr, in IntraProcessRecvAsyncImpl()
153 const DeviceMgr* device_mgr) in RefCountedIntraProcessRendezvous()
178 const DeviceMgr* device_mgr) in PrivateIntraProcessRendezvous()
Dprocess_function_library_runtime.h203 const DeviceMgr* device_mgr() { return device_mgr_; } in device_mgr() function
Dfunction_threadpool_test.cc70 [](const int64, const DeviceMgr* device_mgr, Rendezvous** r) { in Init()
Dfunction.cc294 const DeviceMgr* FunctionLibraryRuntimeOverlay::device_mgr() const { in device_mgr() function in tensorflow::FunctionLibraryRuntimeOverlay
370 const DeviceMgr* device_mgr() const override { return device_mgr_; } in device_mgr() function in tensorflow::FunctionLibraryRuntimeImpl
1373 const DeviceMgr* device_mgr, Env* env, const ConfigProto* config, in NewFunctionLibraryRuntime()
/external/tensorflow/tensorflow/core/data/
Dstandalone.cc51 auto device_mgr = absl::make_unique<StaticDeviceMgr>(DeviceFactory::NewDevice( in FromGraph() local
64 [](const int64, const DeviceMgr* device_mgr, Rendezvous** r) { in FromGraph()
144 Dataset::Dataset(DatasetBase* dataset, DeviceMgr* device_mgr, in Dataset()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc221 const DeviceMgr* device_mgr; in GetPeakMemoryUsage() local
370 const DeviceMgr* device_mgr; in ResetSession() local
450 const DeviceMgr* device_mgr; in ClearAllocatorStats() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dupgrade_graph.cc113 static const auto* const device_mgr = []() -> const DeviceMgr* { in GetStaticDeviceMgr() local
162 const auto* device_mgr = GetStaticDeviceMgr(); in RunGrappler() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation_test.cc26 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
Dcustom_device_test.cc87 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
112 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
Deager_op_rewrite_registry_test.cc46 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
Dexecute_node_test.cc51 StaticDeviceMgr device_mgr( in TEST() local
Dcontext_distributed_manager.cc99 std::unique_ptr<tensorflow::DynamicDeviceMgr>* device_mgr) { in GetAllRemoteDevices()
426 const tensorflow::DeviceMgr* device_mgr = in UpdateContextWithServerDef() local
608 auto* device_mgr = grpc_server->worker_env()->device_mgr; in UpdateContextWithServerDef() local
Dmkl_eager_op_rewrite_test.cc37 std::unique_ptr<DeviceMgr> device_mgr = in CreateOp() local
Dtensor_handle_test.cc37 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
378 StaticDeviceMgr device_mgr(std::move(devices)); in TEST_F() local
Dcontext.cc79 const DeviceMgr* device_mgr, bool device_mgr_owned, Rendezvous* rendezvous, in EagerContext()
185 void EagerContext::ResetPFLR(const DeviceMgr* device_mgr, Env* env, in ResetPFLR()
1066 std::unique_ptr<ServerInterface> new_server, const DeviceMgr* device_mgr, in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.cc41 auto device_mgr = in Prepare() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h40 const DeviceMgr* device_mgr() { in device_mgr() function
Dworker_env.h56 const DeviceMgr* device_mgr = nullptr; member
Dworker_session.cc110 std::unique_ptr<DeviceMgr> device_mgr, std::unique_ptr<GraphMgr> graph_mgr, in WorkerSession()
Dsession_mgr.cc139 auto device_mgr = MakeUnique<StaticDeviceMgr>(std::move(renamed_devices)); in CreateSession() local
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dtest_utils.cc44 EagerContextPtr CreateTestingEagerContext(DeviceMgr* device_mgr) { in CreateTestingEagerContext()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc51 auto device_mgr = absl::make_unique<StaticDeviceMgr>(std::move(devices)); in RemoteMgrTest() local
Deager_service_impl.cc258 const tensorflow::DeviceMgr* device_mgr = worker_session->device_mgr(); in CreateContext() local
373 const tensorflow::DeviceMgr* device_mgr = worker_session->device_mgr(); in UpdateContext() local
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc82 std::unique_ptr<DeviceMgr> device_mgr, in IteratorResource()
475 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in Compute() local
530 OpKernelContext* ctx, std::unique_ptr<DeviceMgr>* device_mgr, in CreatePrivateFLR()
572 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in CreateResource() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc119 const DeviceMgr* device_mgr = nullptr; in TEST() local

12