/external/tensorflow/tensorflow/go/ |
D | context.go | 101 func (c *Context) ListDevices() ([]Device, error) { func
|
D | session.go | 117 func (s *Session) ListDevices() ([]Device, error) { func
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master_service.proto | 106 rpc ListDevices(ListDevicesRequest) returns (ListDevicesResponse); rpc
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.py | 71 def ListDevices(self): member in Cluster
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device_mgr.cc | 85 std::vector<Device*> StaticDeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::StaticDeviceMgr
|
D | dynamic_device_mgr.cc | 48 std::vector<Device*> DynamicDeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::DynamicDeviceMgr
|
D | direct_session.cc | 1738 ::tensorflow::Status DirectSession::ListDevices( in ListDevices() function in tensorflow::DirectSession
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lift_variables_test_pass.h | 56 Status ListDevices( in ListDevices() function
|
D | lift_variables_test_pass.cc | 53 Status ListDevices( in ListDevices() function in mlir::__anon0bcf5cf90111::FakeSession
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service_impl.cc | 114 ::grpc::Status MasterService::Stub::ListDevices( in ListDevices() function in tensorflow::grpc::MasterService::Stub
|
D | grpc_remote_master.cc | 82 Status ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::GrpcRemoteMaster
|
D | grpc_session.cc | 366 Status GrpcSession::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::GrpcSession
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle_test.cc | 120 std::vector<Device*> ListDevices() const { in ListDevices() function in tensorflow::PackedTensorHandleTest 356 std::vector<Device*> ListDevices() const { in ListDevices() function in tensorflow::RemoteTensorHandleTest
|
D | context.cc | 593 void EagerContext::ListDevices( in ListDevices() function in tensorflow::EagerContext
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | local_master.cc | 132 Status LocalMaster::ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::LocalMaster
|
D | master_test.cc | 149 TEST_F(MasterTest, ListDevices) { in TEST_F() argument
|
D | master.cc | 588 void Master::ListDevices(const ListDevicesRequest* req, in ListDevices() function in tensorflow::Master
|
D | master_session.cc | 1463 Status MasterSession::ListDevices(ListDevicesResponse* resp) const { in ListDevices() function in tensorflow::MasterSession
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 365 Status ListDevices(std::vector<DeviceAttributes>* response) override { in ListDevices() function in tensorflow::__anone37aadee0311::LiteSessionWrapper
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 445 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef
|