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.h78 class ProfilingCommandQueue : public CLCommandQueue {
80 ProfilingCommandQueue() {} in ProfilingCommandQueue() function
81 explicit ProfilingCommandQueue(cl_command_queue queue);
84 ProfilingCommandQueue(ProfilingCommandQueue&& queue);
85 ProfilingCommandQueue& operator=(ProfilingCommandQueue&& queue);
86 ProfilingCommandQueue(const ProfilingCommandQueue&) = delete;
87 ProfilingCommandQueue& operator=(const ProfilingCommandQueue&) = delete;
126 ProfilingCommandQueue* result);
Dcl_command_queue.cc171 ProfilingCommandQueue::ProfilingCommandQueue(cl_command_queue queue) in ProfilingCommandQueue() function in tflite::gpu::cl::ProfilingCommandQueue
176 ProfilingCommandQueue::ProfilingCommandQueue(ProfilingCommandQueue&& queue) in ProfilingCommandQueue() function in tflite::gpu::cl::ProfilingCommandQueue
181 ProfilingCommandQueue& ProfilingCommandQueue::operator=( in operator =()
182 ProfilingCommandQueue&& queue) { in operator =()
191 void ProfilingCommandQueue::SetEventsLabel(const std::string& name) { in SetEventsLabel()
195 void ProfilingCommandQueue::ResetMeasurements() { events_.clear(); } in ResetMeasurements()
197 absl::Status ProfilingCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch()
208 ProfilingInfo ProfilingCommandQueue::GetProfilingInfo() const { in GetProfilingInfo()
219 absl::Status ProfilingCommandQueue::GetBestWorkGroupIndex( in GetBestWorkGroupIndex()
297 double ProfilingCommandQueue::GetQueueExecutionTimeMs() const { in GetQueueExecutionTimeMs()
[all …]
Denvironment.h39 ProfilingCommandQueue&& profiling_queue);
51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue()
74 ProfilingCommandQueue profiling_queue_;
Denvironment.cc42 ProfilingCommandQueue profiling_queue; in CreateEnvironment()
88 ProfilingCommandQueue&& profiling_queue) in Environment()
249 ProfilingCommandQueue profiling_queue; in CreateEnvironment()
Dinference_context.h81 absl::Status Profile(ProfilingCommandQueue* queue, ProfilingInfo* result);
139 ProfilingCommandQueue* profiling_queue);
Dcl_operation.h75 ProfilingCommandQueue* profiling_queue);
Dcl_operation.cc209 ProfilingCommandQueue* profiling_queue) { in Tune()
Dinference_context.cc636 ProfilingCommandQueue* profiling_queue) { in Tune()
672 absl::Status InferenceContext::Profile(ProfilingCommandQueue* queue, in Profile()
Dapi.cc893 ProfilingCommandQueue profiling_queue; in Init()