Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc330 struct HostCallbackContext { struct
335 HostCallbackContext* host_ctx = reinterpret_cast<HostCallbackContext*>(ctx); in HostCallbackTrampoline()
345 HostCallbackContext* ctx = new HostCallbackContext{callback}; in HostCallback()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc223 struct HostCallbackContext { struct
231 HostCallbackContext* host_ctx = static_cast<HostCallbackContext*>(ctx); in HostCallbackTrampoline()
443 HostCallbackContext* ctx = new HostCallbackContext{callback}; in HostCallback()