Home
last modified time | relevance | path

Searched defs:ListDevices (Results 1 – 21 of 21) 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.cc67 std::vector<Device*> DynamicDeviceMgr::ListDevices() const { in ListDevices() function in tensorflow::DynamicDeviceMgr
Ddirect_session.cc1733 ::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
/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.cc367 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.cc602 void EagerContext::ListDevices( in ListDevices() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dfake_session.cc96 Status FakeSession::ListDevices( in ListDevices() function in mlir::TF::test_util::FakeSession
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc134 Status LocalMaster::ListDevices(CallOptions* call_options, in ListDevices() function in tensorflow::LocalMaster
Dmaster_test.cc149 TEST_F(MasterTest, ListDevices) { in TEST_F() argument
Dmaster.cc589 void Master::ListDevices(const ListDevicesRequest* req, in ListDevices() function in tensorflow::Master
Dmaster_session.cc1457 Status MasterSession::ListDevices(ListDevicesResponse* resp) const { in ListDevices() function in tensorflow::MasterSession
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc371 Status ListDevices(std::vector<DeviceAttributes>* response) override { in ListDevices() function in tensorflow::__anonc4f8f2930311::LiteSessionWrapper
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc445 Status SessionRef::ListDevices(std::vector<DeviceAttributes>* response) { in ListDevices() function in tensorflow::SessionRef
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc882 void ContextInterface::ListDevices( in ListDevices() function in tfrt::tf::ContextInterface