Home
last modified time | relevance | path

Searched refs:TpuDriver_QuerySystemInfo (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dlibtpu.h216 TpuDriver_QuerySystemInfo;
270 PrototypeTpuDriver_QuerySystemInfo* TpuDriver_QuerySystemInfo; // NOLINT member
Dlibtpu_client.c60 struct TpuSystemInfo* info = driver_fn.TpuDriver_QuerySystemInfo(driver); in main()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Ddirect_tpu_driver.cc263 ::TpuSystemInfo* info = driver_fn_.TpuDriver_QuerySystemInfo(driver_); in QuerySystemInfo()