Searched refs:profiling_queue (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | environment.cc | 42 ProfilingCommandQueue profiling_queue; in CreateEnvironment() local 43 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment() 46 std::move(profiling_queue)); in CreateEnvironment() 88 ProfilingCommandQueue&& profiling_queue) in Environment() argument 92 profiling_queue_(std::move(profiling_queue)) {} in Environment() 249 ProfilingCommandQueue profiling_queue; in CreateEnvironment() local 250 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment() 253 std::move(profiling_queue)); in CreateEnvironment()
|
D | environment.h | 39 ProfilingCommandQueue&& profiling_queue); 51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue() function
|
D | cl_operation.cc | 209 ProfilingCommandQueue* profiling_queue) { in Tune() argument 232 RETURN_IF_ERROR(profiling_queue->GetBestWorkGroupIndex( in Tune()
|
D | cl_operation.h | 75 ProfilingCommandQueue* profiling_queue);
|
D | inference_context.cc | 182 Tune(tuning_type, env->device().GetInfo(), env->profiling_queue())); in InitFromGraph() 636 ProfilingCommandQueue* profiling_queue) { in Tune() argument 639 node.cl_operation.Tune(tuning_type, gpu_info, profiling_queue)); in Tune()
|
D | inference_context.h | 139 ProfilingCommandQueue* profiling_queue);
|
D | api.cc | 893 ProfilingCommandQueue profiling_queue; in Init() local 895 CreateProfilingCommandQueue(device, context, &profiling_queue)); in Init() 897 std::move(queue), std::move(profiling_queue)); in Init()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/ |
D | performance_profiling.cc | 55 auto* queue = env.profiling_queue(); in RunModelSample()
|