Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_stream_executor_client.cc1905 std::vector<std::function<void()>>& compute_callbacks) const { in EnqueueExecution()
2030 compute_callbacks.push_back( in EnqueueExecution()
2042 compute_callbacks.push_back( in EnqueueExecution()
2056 std::vector<std::function<void()>>& compute_callbacks, in MakeOutputBuffers() argument
2077 compute_callbacks.push_back( in MakeOutputBuffers()
2123 std::vector<std::function<void()>> compute_callbacks; in ExecuteHelper() local
2128 device, &device_buffers, std::move(device_assignment), compute_callbacks); in ExecuteHelper()
2158 device, compute_callbacks, buffers_to_release); in ExecuteHelper()
2179 compute_callbacks.push_back( in ExecuteHelper()
2183 stream, [callbacks{std::move(compute_callbacks)}, in ExecuteHelper()
H A Dpjrt_stream_executor_client.h822 std::vector<std::function<void()>>& compute_callbacks) const;
828 PjRtDevice* device, std::vector<std::function<void()>>& compute_callbacks,