Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Ddevice_lib.i74 std::vector<string> ListDevices(TF_Status* out_status) { in ListDevices() function
Dsession_ref.cc444 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef
/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.py73 def ListDevices(self): member in Cluster
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.cc70 std::vector<Device*> DeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::DeviceMgr
Ddirect_session.cc1613 ::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.cc79 Status ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::GrpcRemoteMaster
Dgrpc_session.cc349 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.cc148 TEST_F(MasterTest, ListDevices) { in TEST_F() argument
Dmaster.cc588 void Master::ListDevices(const ListDevicesRequest* req, in ListDevices() function in tensorflow::Master
Dmaster_session.cc1371 Status MasterSession::ListDevices(ListDevicesResponse* resp) const { in ListDevices() function in tensorflow::MasterSession
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsignature_test.cc265 Status ListDevices(std::vector<DeviceAttributes>* response) override { in ListDevices() function