Home
last modified time | relevance | path

Searched refs:AddDevices (Results 1 – 25 of 61) sorted by relevance

123

/external/tensorflow/tensorflow/core/common_runtime/
Ddynamic_device_mgr_test.cc76 TF_CHECK_OK(dm->AddDevices(std::move(added_devices))); in TEST()
90 TF_CHECK_OK(dm->AddDevices(std::move(devices))); in TEST()
111 TF_CHECK_OK(dm->AddDevices(std::move(added_devices))); in TEST()
122 TF_CHECK_OK(dm->AddDevices(std::move(added_devices))); in TEST()
139 TF_CHECK_OK(dm->AddDevices(std::move(devices))); in TEST()
154 TF_CHECK_OK(dm->AddDevices(std::move(devices))); in TEST()
159 Status s = dm->AddDevices(std::move(added_devices)); in TEST()
173 TF_CHECK_OK(dm->AddDevices(std::move(devices))); in TEST()
190 TF_CHECK_OK(dm->AddDevices(std::move(devices))); in TEST()
207 TF_CHECK_OK(dm->AddDevices(std::move(devices))); in TEST()
[all …]
Ddynamic_device_mgr.cc34 Status status = AddDevices(std::move(devices)); in DynamicDeviceMgr()
145 Status DynamicDeviceMgr::AddDevices( in AddDevices() function in tensorflow::DynamicDeviceMgr
Ddevice_resolver_local_test.cc38 TF_CHECK_OK(DeviceFactory::AddDevices(options, task_name, &devices)); in DeviceResolverLocalTest()
Dcollective_executor_mgr_test.cc49 TF_CHECK_OK(DeviceFactory::AddDevices(options, task_name, &devices)); in CollectiveExecutorMgrTest()
Ddevice_mgr.h141 Status AddDevices(std::vector<std::unique_ptr<Device>> devices);
/external/tensorflow/tensorflow/tools/optimization/
Doptimization_pass_runner.h42 return AddDevices(tensorflow::DEVICE_CPU, count); in AddCpus()
46 return AddDevices(tensorflow::DEVICE_GPU, count); in AddGpus()
50 Status AddDevices(absl::string_view type, int count);
Doptimization_pass_runner.cc138 Status OptimizationPassRunner::AddDevices(absl::string_view type, int count) { in AddDevices() function in tensorflow::OptimizationPassRunner
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Dkernel_utils.cc33 tensorflow::Status status = tensorflow::DeviceFactory::AddDevices( in InitEagerContext()
40 Status s = device_mgr->AddDevices(std::move(devices)); in InitEagerContext()
Dkernel_utils.h133 llvm::Error AddDevices(std::vector<std::unique_ptr<Device>> devices) { in AddDevices() function
137 ->AddDevices(std::move(devices)); in AddDevices()
/external/tensorflow/tensorflow/python/client/
Ddevice_lib_wrapper.cc41 tensorflow::MaybeRaiseFromStatus(tensorflow::DeviceFactory::AddDevices( in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test_helper.cc47 TF_RETURN_IF_ERROR(DeviceFactory::AddDevices(session_options, "", &devices)); in MarkForCompilation()
Dxla_kernel_creator_test.cc66 TF_CHECK_OK(DeviceFactory::AddDevices( in Init()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item.h113 Status AddDevices(const GrapplerItem& other);
/external/tensorflow/tensorflow/core/tfrt/fallback/
Dfallback_state.cc30 TF_RETURN_IF_ERROR(DeviceFactory::AddDevices( in Create()
/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer_wrapper.cc45 if (!tensorflow::DeviceFactory::AddDevices(options, "", &devices).ok()) { in DetectDevices()
/external/tensorflow/tensorflow/core/framework/
Ddevice_factory.h54 static Status AddDevices(const SessionOptions& options,
/external/tensorflow/tensorflow/core/function/
Druntime_client.cc60 Status&& device_init_status = DeviceFactory::AddDevices( in GlobalEagerContext()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc163 remote_devices->AddDevices(std::move(cluster_devices))); in CreateSession()
179 remote_devices->AddDevices(std::move(cluster_devices))); in CreateSession()
Drpc_collective_executor_mgr_test.cc49 TF_CHECK_OK(DeviceFactory::AddDevices(options, task_name, &devices)); in RpcCollectiveExecutorMgrTest()
Dworker_session.cc155 remote_device_mgr_->AddDevices(std::move(added_remote_devices))); in UpdateWorkerCacheAndDevices()
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h112 virtual Status AddDevices(std::vector<std::unique_ptr<Device>> devices) = 0;
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node_test.cc63 TF_ASSERT_OK(remote_device_mgr->AddDevices(std::move(remote_devices))); in TEST()
Dplacement_test.cc105 TF_CHECK_OK(device_manager_->AddDevices(std::move(added_devices))); in InitDeviceManager()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dsaved_variable_loading_test.cc47 TF_CHECK_OK(DeviceFactory::AddDevices( in SavedVariableLoadingTest()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer_test.cc84 ->AddDevices(session_options, "", &devices)); in TEST_F()

123