Searched refs:TpuSystemInfo (Results 1 – 3 of 3) sorted by relevance
87 typedef struct TpuSystemInfo { struct90 } TpuSystemInfo; argument98 typedef struct TpuSystemInfo*(PrototypeTpuDriver_QuerySystemInfo)(101 typedef void(PrototypeTpuDriver_FreeSystemInfo)(struct TpuSystemInfo* info);
60 struct TpuSystemInfo* info = driver_fn.TpuDriver_QuerySystemInfo(driver); in main()
263 ::TpuSystemInfo* info = driver_fn_.TpuDriver_QuerySystemInfo(driver_); in QuerySystemInfo()