Searched refs:ProfilingCommandQueue (Results 1 – 9 of 9) sorted by relevance
80 class ProfilingCommandQueue : public CLCommandQueue {82 ProfilingCommandQueue() {} in ProfilingCommandQueue() function83 explicit ProfilingCommandQueue(cl_command_queue queue);86 ProfilingCommandQueue(ProfilingCommandQueue&& queue);87 ProfilingCommandQueue& operator=(ProfilingCommandQueue&& queue);88 ProfilingCommandQueue(const ProfilingCommandQueue&) = delete;89 ProfilingCommandQueue& operator=(const ProfilingCommandQueue&) = delete;135 ProfilingCommandQueue* result);
176 ProfilingCommandQueue::ProfilingCommandQueue(cl_command_queue queue) in ProfilingCommandQueue() function in tflite::gpu::cl::ProfilingCommandQueue181 ProfilingCommandQueue::ProfilingCommandQueue(ProfilingCommandQueue&& queue) in ProfilingCommandQueue() function in tflite::gpu::cl::ProfilingCommandQueue187 ProfilingCommandQueue& ProfilingCommandQueue::operator=( in operator =()188 ProfilingCommandQueue&& queue) { in operator =()198 void ProfilingCommandQueue::SetEventsLabel(const std::string& name) { in SetEventsLabel()202 void ProfilingCommandQueue::ResetMeasurements() { in ResetMeasurements()207 absl::Status ProfilingCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch()219 absl::Status ProfilingCommandQueue::DispatchNTimes( in DispatchNTimes()252 ProfilingInfo ProfilingCommandQueue::GetProfilingInfo() const { in GetProfilingInfo()273 absl::Status ProfilingCommandQueue::GetBestWorkGroupIndex( in GetBestWorkGroupIndex()[all …]
39 ProfilingCommandQueue&& profiling_queue);51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue()74 ProfilingCommandQueue profiling_queue_;
100 absl::Status AddToQueue(ProfilingCommandQueue* queue, CLEvent* event) { in AddToQueue()108 absl::Status AddToQueueNTimes(ProfilingCommandQueue* queue, int n,116 ProfilingCommandQueue* profiling_queue);
87 absl::Status Profile(ProfilingCommandQueue* queue, ProfilingInfo* result);144 ProfilingCommandQueue* profiling_queue);150 absl::Status ProfileTime(ProfilingCommandQueue* queue, ProfilingInfo* result);
43 ProfilingCommandQueue profiling_queue; in CreateEnvironment()89 ProfilingCommandQueue&& profiling_queue) in Environment()279 ProfilingCommandQueue profiling_queue; in CreateEnvironment()
192 ProfilingCommandQueue* profiling_queue) { in Tune()
684 ProfilingCommandQueue* profiling_queue) { in Tune()771 absl::Status InferenceContext::ProfileTime(ProfilingCommandQueue* queue, in ProfileTime()827 absl::Status InferenceContext::Profile(ProfilingCommandQueue* queue, in Profile()
908 ProfilingCommandQueue profiling_queue; in Init()