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

Method AddToQueue

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

Source from the content-addressed store, hash-verified

298}
299
300Status ConvBuffer1x1::AddToQueue(CLCommandQueue* queue) {
301 RETURN_IF_ERROR(BindArguments());
302 return queue->DispatchImplicit(*GetKernel(src_[0]->Width()), GetGridSize(),
303 work_group_size_);
304}
305
306bool IsConvBuffer1x1Supported(const OperationDef& definition,
307 const Convolution2DAttributes& attr) {

Callers

nothing calls this directly

Calls 3

DispatchImplicitMethod · 0.80
WidthMethod · 0.80
GetKernelFunction · 0.50

Tested by

no test coverage detected