Searched refs:profiling_queue (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | environment.cc | 43 ProfilingCommandQueue profiling_queue; in CreateEnvironment() local 44 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment() 47 std::move(profiling_queue)); in CreateEnvironment() 89 ProfilingCommandQueue&& profiling_queue) in Environment() argument 93 profiling_queue_(std::move(profiling_queue)) {} in Environment() 279 ProfilingCommandQueue profiling_queue; in CreateEnvironment() local 280 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment() 283 std::move(profiling_queue)); in CreateEnvironment()
|
H A D | environment.h | 39 ProfilingCommandQueue&& profiling_queue); 51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue() function
|
H A D | cl_operation.cc | 192 ProfilingCommandQueue* profiling_queue) { in Tune() argument 212 RETURN_IF_ERROR(profiling_queue->GetBestWorkGroupIndex( in Tune()
|
H A D | cl_operation.h | 116 ProfilingCommandQueue* profiling_queue);
|
H A D | api.cc | 908 ProfilingCommandQueue profiling_queue; in Init() local 910 CreateProfilingCommandQueue(device, context, &profiling_queue)); in Init() 912 std::move(queue), std::move(profiling_queue)); in Init()
|
H A D | inference_context.cc | 299 Tune(tuning_type, env->device().GetInfo(), env->profiling_queue())); in InitFromGpuModel() 684 ProfilingCommandQueue* profiling_queue) { in Tune() argument 687 node.cl_operation.Tune(tuning_type, gpu_info, profiling_queue)); in Tune()
|
H A D | inference_context.h | 144 ProfilingCommandQueue* profiling_queue);
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/ |
H A D | memory_sharing_sample.cc | 157 auto* queue = env.profiling_queue(); in RunSample() 163 auto* queue = env.profiling_queue(); in RunSample()
|
H A D | performance_profiling.cc | 298 auto* queue = env.profiling_queue(); in RunModelSample()
|