Home
last modified time | relevance | path

Searched refs:ProfilingCommandQueue (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_command_queue.h80 class ProfilingCommandQueue : public CLCommandQueue {
82 ProfilingCommandQueue() {} in ProfilingCommandQueue() function
83 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);
Dcl_command_queue.cc176 ProfilingCommandQueue::ProfilingCommandQueue(cl_command_queue queue) in ProfilingCommandQueue() function in tflite::gpu::cl::ProfilingCommandQueue
181 ProfilingCommandQueue::ProfilingCommandQueue(ProfilingCommandQueue&& queue) in ProfilingCommandQueue() function in tflite::gpu::cl::ProfilingCommandQueue
187 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 …]
Denvironment.h39 ProfilingCommandQueue&& profiling_queue);
51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue()
74 ProfilingCommandQueue profiling_queue_;
Dcl_operation.h100 absl::Status AddToQueue(ProfilingCommandQueue* queue, CLEvent* event) { in AddToQueue()
108 absl::Status AddToQueueNTimes(ProfilingCommandQueue* queue, int n,
116 ProfilingCommandQueue* profiling_queue);
Dinference_context.h87 absl::Status Profile(ProfilingCommandQueue* queue, ProfilingInfo* result);
144 ProfilingCommandQueue* profiling_queue);
150 absl::Status ProfileTime(ProfilingCommandQueue* queue, ProfilingInfo* result);
Denvironment.cc43 ProfilingCommandQueue profiling_queue; in CreateEnvironment()
89 ProfilingCommandQueue&& profiling_queue) in Environment()
279 ProfilingCommandQueue profiling_queue; in CreateEnvironment()
Dcl_operation.cc192 ProfilingCommandQueue* profiling_queue) { in Tune()
Dinference_context.cc684 ProfilingCommandQueue* profiling_queue) { in Tune()
771 absl::Status InferenceContext::ProfileTime(ProfilingCommandQueue* queue, in ProfileTime()
827 absl::Status InferenceContext::Profile(ProfilingCommandQueue* queue, in Profile()
Dapi.cc908 ProfilingCommandQueue profiling_queue; in Init()