Searched refs:compute_callbacks (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | pjrt_stream_executor_client.cc | 1905 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 D | pjrt_stream_executor_client.h | 822 std::vector<std::function<void()>>& compute_callbacks) const; 828 PjRtDevice* device, std::vector<std::function<void()>>& compute_callbacks,
|