MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Tune

Method Tune

tensorflow/lite/delegates/gpu/cl/kernels/conv_buffer_1x1.cc:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294Status ConvBuffer1x1::Tune(const TuningParameters& params) {
295 RETURN_IF_ERROR(BindArguments());
296 return GetBestWorkGroupConv(params, *GetKernel(src_[0]->Width()),
297 GetGridSize(), &work_group_size_);
298}
299
300Status ConvBuffer1x1::AddToQueue(CLCommandQueue* queue) {
301 RETURN_IF_ERROR(BindArguments());

Callers

nothing calls this directly

Calls 3

GetBestWorkGroupConvFunction · 0.85
WidthMethod · 0.80
GetKernelFunction · 0.50

Tested by

no test coverage detected