Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dcontext.go101 func (c *Context) ListDevices() ([]Device, error) { func
Dsession.go117 func (s *Session) ListDevices() ([]Device, error) { func
/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto106 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.cc85 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.cc1738 ::tensorflow::Status DirectSession::ListDevices( in ListDevices() function in tensorflow::DirectSession
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlift_variables_test_pass.h56 Status ListDevices( in ListDevices() function
Dlift_variables_test_pass.cc53 Status ListDevices( in ListDevices() function in mlir::__anon0bcf5cf90111::FakeSession
/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/common_runtime/eager/
Dtensor_handle_test.cc120 std::vector<Device*> ListDevices() const { in ListDevices() function in tensorflow::PackedTensorHandleTest
356 std::vector<Device*> ListDevices() const { in ListDevices() function in tensorflow::RemoteTensorHandleTest
Dcontext.cc593 void EagerContext::ListDevices( in ListDevices() function in tensorflow::EagerContext
/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.cc1463 Status MasterSession::ListDevices(ListDevicesResponse* resp) const { in ListDevices() function in tensorflow::MasterSession
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc365 Status ListDevices(std::vector<DeviceAttributes>* response) override { in ListDevices() function in tensorflow::__anone37aadee0311::LiteSessionWrapper
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc445 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef