/external/tensorflow/tensorflow/go/ |
D | context.go | 101 func (c *Context) ListDevices() ([]Device, error) { func
|
D | session.go | 116 func (s *Session) ListDevices() ([]Device, error) { func
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master_service.proto | 104 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 | 84 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 | 1726 ::tensorflow::Status DirectSession::ListDevices( in ListDevices() function in tensorflow::DirectSession
|
/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/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 | 1441 Status MasterSession::ListDevices(ListDevicesResponse* resp) const { in ListDevices() function in tensorflow::MasterSession
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 421 Status ListDevices(std::vector<DeviceAttributes>* response) override { in ListDevices() function in tensorflow::__anon27ca79120311::LiteSessionWrapper
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 444 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.cc | 472 void EagerContext::ListDevices( in ListDevices() function in tensorflow::EagerContext
|