/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | standalone.cc | 48 ProcessFunctionLibraryRuntime* pflr, DeviceMgr* device_mgr, in CreateParams() 72 auto device_mgr = std::make_unique<StaticDeviceMgr>(DeviceFactory::NewDevice( in FromGraph() local 85 [](const int64_t, const DeviceMgr* device_mgr, Rendezvous** r) { in FromGraph() 168 DeviceMgr* device_mgr, ProcessFunctionLibraryRuntime* pflr, in Dataset()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | rendezvous_mgr.cc | 38 void SameWorkerRecvDone(const DeviceMgr* device_mgr, in SameWorkerRecvDone() 132 void IntraProcessRecvAsyncImpl(const DeviceMgr* device_mgr, in IntraProcessRecvAsyncImpl() 170 const DeviceMgr* device_mgr) in RefCountedIntraProcessRendezvous() 199 const DeviceMgr* device_mgr) in PrivateIntraProcessRendezvous()
|
H A D | rendezvous_mgr.h | 57 inline void UpdateDeviceManager(DeviceMgr* device_mgr) { in UpdateDeviceManager()
|
H A D | collective_test_util.h | 81 std::unique_ptr<tensorflow::DeviceMgr> device_mgr; member
|
H A D | function.cc | 298 const DeviceMgr* FunctionLibraryRuntimeOverlay::device_mgr() const { in device_mgr() function in tensorflow::FunctionLibraryRuntimeOverlay 374 const DeviceMgr* device_mgr() const override { return device_mgr_; } in device_mgr() function in tensorflow::FunctionLibraryRuntimeImpl 1410 const DeviceMgr* device_mgr, Env* env, const ConfigProto* config, in NewFunctionLibraryRuntime()
|
H A D | collective_executor_mgr.cc | 98 const ConfigProto& config, const DeviceMgr* device_mgr, in CreateProdLocalCollectiveExecutorMgr()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/ |
H A D | tpu_global_init.cc | 56 Status CreateDeviceMgr(Env* env, std::unique_ptr<DeviceMgr>* device_mgr) { in CreateDeviceMgr() 70 void DeviceSetFromDeviceMgr(const DeviceMgr& device_mgr, in DeviceSetFromDeviceMgr() 203 std::unique_ptr<DeviceMgr> device_mgr; in InitializeTPUSystemGlobally() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | custom_device_test.cc | 98 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local 127 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local 145 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
|
H A D | eager_operation_test.cc | 26 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local 51 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
|
H A D | context_distributed_manager.cc | 107 std::unique_ptr<DynamicDeviceMgr>* device_mgr) { in GetAllRemoteDevices() 423 DeviceMgr* device_mgr = AreLocalDevicesCompatible(context, server_def) in UpdateContextWithServerDef() local 604 auto* device_mgr = server->worker_env()->device_mgr; in UpdateContextWithServerDef() local
|
H A D | context.cc | 101 int64_t step_id, DeviceMgr* device_mgr) { in FindOrCreate() 150 DeviceMgr* device_mgr, bool device_mgr_owned, Rendezvous* rendezvous, in EagerContext() 266 void EagerContext::ResetPFLR(const DeviceMgr* device_mgr, Env* env, in ResetPFLR() 1224 tensorflow::DeviceMgr* device_mgr) { in UpdateGlobalRendezvousDeviceManager() 1323 std::unique_ptr<ServerInterface> new_server, DeviceMgr* device_mgr, in StoreCollectiveOpsServer()
|
H A D | tensor_handle_test.cc | 37 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local 378 StaticDeviceMgr device_mgr(std::move(devices)); in TEST_F() local
|
H A D | eager_op_rewrite_registry_test.cc | 51 StaticDeviceMgr device_mgr(DeviceFactory::NewDevice( in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ |
H A D | single_machine.cc | 223 const DeviceMgr* device_mgr; in GetPeakMemoryUsage() local 372 const DeviceMgr* device_mgr; in ResetSession() local 452 const DeviceMgr* device_mgr; in ClearAllocatorStats() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | delegate_data_test.cc | 61 tensorflow::StaticDeviceMgr device_mgr(tensorflow::DeviceFactory::NewDevice( in TEST() local 206 tensorflow::StaticDeviceMgr device_mgr(tensorflow::DeviceFactory::NewDevice( in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | iterator_ops.cc | 92 std::unique_ptr<DeviceMgr> device_mgr, in IteratorResource() 467 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in Compute() local 522 OpKernelContext* ctx, std::unique_ptr<DeviceMgr>* device_mgr, in CreatePrivateFLR() 574 std::unique_ptr<DeviceMgr> device_mgr(nullptr); in CreateResource() local
|
H A D | iterator_ops_test.cc | 48 std::unique_ptr<DeviceMgr> device_mgr; in GetIteratorResource() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/core_runtime/ |
H A D | op_handler_registry.cc | 33 const DeviceMgr* device_mgr) { in RegisterOpHandlers()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/backends/cpu/ |
H A D | cpu_registration.cc | 35 const DeviceMgr* device_mgr) { in RegisterCpuOpHandler()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
H A D | eager_service_impl.cc | 263 tensorflow::DeviceMgr* device_mgr = worker_session->device_mgr(); in CreateContext() local 407 const tensorflow::DeviceMgr* device_mgr = worker_session->device_mgr(); in UpdateContext() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/backends/gpu/ |
H A D | gpu_registration.cc | 35 const DeviceMgr* device_mgr) { in RegisterGpuOpHandler()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/ |
H A D | fallback_state.cc | 49 [](const int64, const DeviceMgr *device_mgr, Rendezvous **r) { in FallbackState()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | worker_session.h | 40 DeviceMgr* device_mgr() { in device_mgr() function
|
H A D | worker_env.h | 56 DeviceMgr* device_mgr = nullptr; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
H A D | kernel_utils.cc | 28 DynamicDeviceMgr* device_mgr, const SessionOptions& session_opts, in InitEagerContext()
|