Home
last modified time | relevance | path

Searched refs:ListDevices (Results 1 – 25 of 60) sorted by relevance

123

/external/tensorflow/tensorflow/core/common_runtime/
Ddynamic_device_mgr_test.cc47 EXPECT_EQ(dm->ListDevices().size(), 0); in TEST()
53 EXPECT_EQ(dm->ListDevices().size(), 2); in TEST()
66 EXPECT_EQ(dm->ListDevices().size(), 2); in TEST()
70 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST()
83 EXPECT_EQ(dm->ListDevices().size(), 2); in TEST()
87 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST()
98 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST()
117 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST()
122 EXPECT_EQ(dm->ListDevices().size(), 1); // d0 *not* removed. in TEST()
134 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST()
[all …]
Ddevice_mgr.h47 virtual std::vector<Device*> ListDevices() const = 0;
85 std::vector<Device*> ListDevices() const override;
116 std::vector<Device*> ListDevices() const override;
Dcollective_util.cc46 for (auto d : dev_mgr->ListDevices()) { in InitializeDeviceAndLocality()
Ddevice_mgr.cc84 std::vector<Device*> StaticDeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::StaticDeviceMgr
/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr_test.cc51 env_.local_devices = device_mgr_->ListDevices(); in SessionMgrTest()
128 std::vector<Device*> devices_1 = session_1->device_mgr()->ListDevices(); in TEST_F()
134 std::vector<Device*> devices_2 = session_2->device_mgr()->ListDevices(); in TEST_F()
140 std::vector<Device*> devices_3 = session_3->device_mgr()->ListDevices(); in TEST_F()
146 std::vector<Device*> devices_4 = session_4->device_mgr()->ListDevices(); in TEST_F()
Dlocal_master.cc132 Status LocalMaster::ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::LocalMaster
137 master_impl_->ListDevices(request, response, [&n, &ret](const Status& s) { in ListDevices()
Dmaster.h59 void ListDevices(const ListDevicesRequest* req, ListDevicesResponse* resp,
Dlocal_master.h66 Status ListDevices(CallOptions* call_options,
Dmaster_interface.h88 virtual Status ListDevices(CallOptions* call_options,
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc84 TF_RETURN_IF_ERROR(session_->ListDevices(&devices)); in Provision()
223 std::vector<Device*> devices = device_mgr->ListDevices(); in GetPeakMemoryUsage()
372 for (auto d : device_mgr->ListDevices()) { in ResetSession()
452 std::vector<Device*> devices = device_mgr->ListDevices(); in ClearAllocatorStats()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc112 ENQUEUE_REQUEST(ListDevices, false); in HandleRPCsLoop()
228 master_impl_->ListDevices(&call->request, &call->response, in ListDevicesHandler()
232 ENQUEUE_REQUEST(ListDevices, false); in ListDevicesHandler()
Dgrpc_remote_master.cc82 Status ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::GrpcRemoteMaster
86 &MasterServiceStub::ListDevices); in ListDevices()
Dgrpc_master_service_impl.h60 virtual ::grpc::Status ListDevices(::grpc::ClientContext* context,
94 ::grpc::Status ListDevices(::grpc::ClientContext* context,
Dgrpc_testlib.cc83 TF_RETURN_IF_ERROR(session->ListDevices(&ret->devices_)); in MakeTestCluster()
Dgrpc_session.h100 Status ListDevices(std::vector<DeviceAttributes>* response) override;
/external/tensorflow/tensorflow/python/grappler/
Dgraph_placer_test.py117 available_devices = [device.name for device in gcluster.ListDevices()]
134 available_devices = [device.name for device in gcluster.ListDevices()]
Dcluster.py71 def ListDevices(self): member in Cluster
Dcontroller.py56 self.devices = cluster.ListDevices()
/external/tensorflow/tensorflow/go/
Dcontext_test.go41 devs, err := c.ListDevices()
Dcontext.go101 func (c *Context) ListDevices() ([]Device, error) { func
/external/tensorflow/tensorflow/python/client/
Dsession_ref.h46 Status ListDevices(std::vector<DeviceAttributes>* response) override;
Dsession_ref.cc246 RUN_WITH_TIMESTAMP(ListDevices, response); in RecordListDevices()
444 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef
445 LOG_AND_RUN_OPERATION(ListDevices, response); in ListDevices()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfused_batchnorm_reserve_space_test.cc46 TF_RETURN_IF_ERROR(session->ListDevices(&devices)); in GetTestDevice()
/external/tensorflow/tensorflow/cc/profiler/
Dprofiler_test.cc128 TF_CHECK_OK(session->ListDevices(&resp)); in TEST_F()
/external/tensorflow/tensorflow/core/public/
Dsession.h214 virtual Status ListDevices(std::vector<DeviceAttributes>* response) = 0;

123