Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc264 void AddEventCallback(EventId id, std::function<void(Status)> callback)
455 stream_->AddEventCallback(id_, std::move(callback)); in AddCallback()
608 void GrpcTpuStream::AddEventCallback(EventId id, in AddEventCallback() function in tpu_driver::__anon4073f9c10111::GrpcTpuStream