Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Denvironment.cc43 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 Denvironment.h39 ProfilingCommandQueue&& profiling_queue);
51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue() function
H A Dcl_operation.cc192 ProfilingCommandQueue* profiling_queue) { in Tune() argument
212 RETURN_IF_ERROR(profiling_queue->GetBestWorkGroupIndex( in Tune()
H A Dcl_operation.h116 ProfilingCommandQueue* profiling_queue);
H A Dapi.cc908 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 Dinference_context.cc299 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 Dinference_context.h144 ProfilingCommandQueue* profiling_queue);
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
H A Dmemory_sharing_sample.cc157 auto* queue = env.profiling_queue(); in RunSample()
163 auto* queue = env.profiling_queue(); in RunSample()
H A Dperformance_profiling.cc298 auto* queue = env.profiling_queue(); in RunModelSample()