Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc335 HostCallbackContext* host_ctx = reinterpret_cast<HostCallbackContext*>(ctx); in HostCallbackTrampoline() local
336 Status status = host_ctx->callback(); in HostCallbackTrampoline()
339 delete host_ctx; in HostCallbackTrampoline()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc231 HostCallbackContext* host_ctx = static_cast<HostCallbackContext*>(ctx); in HostCallbackTrampoline() local
232 port::Status s = host_ctx->callback(); in HostCallbackTrampoline()
234 delete host_ctx; in HostCallbackTrampoline()