Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dlibtpu.h87 typedef struct TpuSystemInfo { struct
90 } TpuSystemInfo; argument
98 typedef struct TpuSystemInfo*(PrototypeTpuDriver_QuerySystemInfo)(
101 typedef void(PrototypeTpuDriver_FreeSystemInfo)(struct TpuSystemInfo* info);
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()