Home
last modified time | relevance | path

Searched defs:ListDevices (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/go/
Dcontext.go101 func (c *Context) ListDevices() ([]Device, error) { func
Dsession.go116 func (s *Session) ListDevices() ([]Device, error) { func
/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto104 rpc ListDevices(ListDevicesRequest) returns (ListDevicesResponse); rpc
/external/tensorflow/tensorflow/python/grappler/
Dcluster.py71 def ListDevices(self): member in Cluster
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.cc84 std::vector<Device*> StaticDeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::StaticDeviceMgr
Ddynamic_device_mgr.cc48 std::vector<Device*> DynamicDeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::DynamicDeviceMgr
Ddirect_session.cc1726 ::tensorflow::Status DirectSession::ListDevices( in ListDevices() function in tensorflow::DirectSession
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service_impl.cc114 ::grpc::Status MasterService::Stub::ListDevices( in ListDevices() function in tensorflow::grpc::MasterService::Stub
Dgrpc_remote_master.cc82 Status ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::GrpcRemoteMaster
Dgrpc_session.cc366 Status GrpcSession::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::GrpcSession
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc132 Status LocalMaster::ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::LocalMaster
Dmaster_test.cc149 TEST_F(MasterTest, ListDevices) { in TEST_F() argument
Dmaster.cc588 void Master::ListDevices(const ListDevicesRequest* req, in ListDevices() function in tensorflow::Master
Dmaster_session.cc1441 Status MasterSession::ListDevices(ListDevicesResponse* resp) const { in ListDevices() function in tensorflow::MasterSession
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc421 Status ListDevices(std::vector<DeviceAttributes>* response) override { in ListDevices() function in tensorflow::__anon27ca79120311::LiteSessionWrapper
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc444 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc472 void EagerContext::ListDevices( in ListDevices() function in tensorflow::EagerContext