Home
last modified time | relevance | path

Searched defs:host_callback (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dhost_callback.h86 HostCallbackContext(HostCallback host_callback, PjRtClient* client) in HostCallbackContext() argument
91 HostCallback host_callback, in HostCallbackContext()
111 const HostCallback& host_callback() const { return host_callback_; } in host_callback() function
Dhost_callback_test.cc52 HostCallback host_callback; in TEST() local
Dhost_callback.cc102 HostCallback host_callback, in CreateHostCallbackStateAndAppendSendRecvCallbacks()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_executable.cc119 for (const py::capsule& host_callback : host_callbacks_) { in ExecuteInternal() local
218 for (const py::capsule& host_callback : host_callbacks_) { in ExecuteShardedOnLocalDevicesInternal() local
Dpy_client.cc556 auto* host_callback = new HostCallback; in MakePythonCallbackUsingHostSendAndRecv() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_gethostbyname.c179 static void host_callback(void *arg, int status, int timeouts, in host_callback() function
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h413 TF_Bool (*host_callback)(const SP_Device* device, SP_Stream stream, member