/external/tensorflow/tensorflow/core/common_runtime/ |
D | dynamic_device_mgr_test.cc | 71 EXPECT_EQ(dm->ListDevices().size(), 0); in TEST() 77 EXPECT_EQ(dm->ListDevices().size(), 2); in TEST() 91 EXPECT_EQ(dm->ListDevices().size(), 2); in TEST() 95 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST() 140 EXPECT_EQ(dm->ListDevices().size(), 2); in TEST() 144 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST() 155 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST() 174 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST() 179 EXPECT_EQ(dm->ListDevices().size(), 1); // d0 *not* removed. in TEST() 191 EXPECT_EQ(dm->ListDevices().size(), 1); in TEST() [all …]
|
D | device_mgr.h | 48 virtual std::vector<Device*> ListDevices() const = 0; 91 std::vector<Device*> ListDevices() const override; 127 std::vector<Device*> ListDevices() const override;
|
D | collective_util.cc | 46 for (auto d : dev_mgr->ListDevices()) { in InitializeDeviceAndLocality()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle_test.cc | 120 std::vector<Device*> ListDevices() const { in ListDevices() function in tensorflow::PackedTensorHandleTest 121 return device_mgr_->ListDevices(); in ListDevices() 147 Device* d0 = ListDevices().at(0); in TEST_F() 153 Device* d1 = ListDevices().at(1); in TEST_F() 161 Device* d2 = ListDevices().at(2); in TEST_F() 165 Device* d3 = ListDevices().at(3); in TEST_F() 203 EXPECT_EQ(h->device(), ListDevices().at(i)); in TEST_F() 208 TF_ASSERT_OK(h2->SetRemoteShape(shape, ListDevices().at(2), in TEST_F() 211 TF_ASSERT_OK(h3->SetRemoteShape(shape, ListDevices().at(3), in TEST_F() 223 Device* d = ListDevices().at(0); in TEST_F() [all …]
|
D | execute_node_test.cc | 53 Device* device0 = device_mgr.ListDevices().at(0); in TEST() 59 Device* device1 = remote_device_mgr->ListDevices().at(0); in TEST()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | session_mgr_test.cc | 51 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()
|
D | local_master.cc | 132 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()
|
D | device_resolver_distributed.cc | 25 for (Device* device : dev_mgr->ListDevices()) { in DeviceResolverDistributed()
|
D | local_master.h | 66 Status ListDevices(CallOptions* call_options,
|
D | master.h | 59 void ListDevices(const ListDevicesRequest* req, ListDevicesResponse* resp,
|
D | master_interface.h | 88 virtual Status ListDevices(CallOptions* call_options,
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 84 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/ |
D | grpc_master_service.cc | 112 ENQUEUE_REQUEST(ListDevices, false); in HandleRPCsLoop() 228 master_impl_->ListDevices(&call->request, &call->response, in ListDevicesHandler() 232 ENQUEUE_REQUEST(ListDevices, false); in ListDevicesHandler()
|
D | grpc_remote_master.cc | 82 Status ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::GrpcRemoteMaster 86 &MasterServiceStub::ListDevices); in ListDevices()
|
D | grpc_master_service_impl.h | 60 virtual ::grpc::Status ListDevices(::grpc::ClientContext* context, 94 ::grpc::Status ListDevices(::grpc::ClientContext* context,
|
D | grpc_testlib.cc | 83 TF_RETURN_IF_ERROR(session->ListDevices(&ret->devices_)); in MakeTestCluster()
|
/external/tensorflow/tensorflow/core/data/ |
D | standalone.cc | 53 Device* device = device_mgr->ListDevices()[0]; in FromGraph() 112 op_params.device = device_mgr_->ListDevices()[0]; in MakeIterator()
|
/external/tensorflow/tensorflow/go/ |
D | context_test.go | 41 devs, err := c.ListDevices()
|
D | context.go | 101 func (c *Context) ListDevices() ([]Device, error) { func
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.py | 71 def ListDevices(self): member in Cluster
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.h | 46 Status ListDevices(std::vector<DeviceAttributes>* response) override;
|
D | session_ref.cc | 247 RUN_WITH_TIMESTAMP(ListDevices, response); in RecordListDevices() 445 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef 446 LOG_AND_RUN_OPERATION(ListDevices, response); in ListDevices()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | fused_batchnorm_reserve_space_test.cc | 47 TF_RETURN_IF_ERROR(session->ListDevices(&devices)); in GetTestDevice()
|
/external/tensorflow/tensorflow/cc/profiler/ |
D | profiler_test.cc | 128 TF_CHECK_OK(session->ListDevices(&resp)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lift_variables_test_pass.cc | 53 Status ListDevices( in ListDevices() function in mlir::__anon0bcf5cf90111::FakeSession
|