Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc750 if (execution_hints_.prev_enqueue_start_point.is_valid()) { in AddToQueue()
751 execution_hints_.prev_enqueue_start_point.Wait(); in AddToQueue()
754 queue->EnqueueEvent(&execution_hints_.prev_enqueue_start_point)); in AddToQueue()
H A Dinference_context.h164 CLEvent prev_enqueue_start_point; member