Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dlibtpu_client.c146 struct TpuEvent* dealloc_ev1 = driver_fn.TpuDriver_Deallocate(driver, in main()
151 struct TpuEvent* dealloc_ev2 = driver_fn.TpuDriver_Deallocate(driver, in main()
156 struct TpuEvent* dealloc_ev3 = driver_fn.TpuDriver_Deallocate(driver, in main()
Dlibtpu.h242 TPUDRIVER_CAPI_EXPORT extern PrototypeTpuDriver_Deallocate TpuDriver_Deallocate;
285 PrototypeTpuDriver_Deallocate* TpuDriver_Deallocate; // NOLINT member
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Ddirect_tpu_driver.cc332 driver_fn_.TpuDriver_Deallocate(driver_, direct_bh->handle_, in Deallocate()