Home
last modified time | relevance | path

Searched refs:QuerySystemInfo (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.h154 virtual void QuerySystemInfo(SystemInfo* system_info) = 0;
Dtpu_service.proto181 rpc QuerySystemInfo(QuerySystemInfoRequest) returns (QuerySystemInfoResponse); rpc
Drecording_tpu_driver.cc150 void QuerySystemInfo(SystemInfo* system_info) override { in QuerySystemInfo() function in tpu_driver::__anone63593b20111::RecordingTpuDriver
152 driver_->QuerySystemInfo(system_info); in QuerySystemInfo()
Dgrpc_tpu_driver.cc321 QuerySystemInfo(&system_info); in GrpcTpuDriver()
344 void QuerySystemInfo(SystemInfo* system_info) override;
997 void GrpcTpuDriver::QuerySystemInfo(SystemInfo* system_info) { in QuerySystemInfo() function in tpu_driver::__anon4073f9c10111::GrpcTpuDriver
1005 ::grpc::Status status = stub->QuerySystemInfo(&ctx, req, &resp); in QuerySystemInfo()
Dpod_tpu_driver.cc267 tpu_driver->QuerySystemInfo(&driver_info); in PodTpuDriver()
283 drivers_[driver_num]->QuerySystemInfo(&driver_info); in PodTpuDriver()
340 void QuerySystemInfo(SystemInfo* system_info) override { in QuerySystemInfo() function in tpu_driver::__anon6b014a980111::PodTpuDriver
Ddirect_tpu_driver.cc262 void QuerySystemInfo(SystemInfo* system_info) override { in QuerySystemInfo() function in tpu_driver::__anon9d833a900111::DirectTpuDriver
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc79 client->QuerySystemInfo(&system_info); in Get()