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

Method AddToQueue

tensorflow/lite/delegates/gpu/cl/kernels/conv_buffer.cc:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251Status ConvBuffer::AddToQueue(CLCommandQueue* queue) {
252 RETURN_IF_ERROR(BindArguments());
253 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
254}
255
256Status CreateConvBuffer(const CreationContext& creation_context,
257 const OperationDef& definition,

Callers

nothing calls this directly

Calls 1

DispatchImplicitMethod · 0.80

Tested by

no test coverage detected