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

Method AddToQueue

tensorflow/lite/delegates/gpu/cl/kernels/padding.cc:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142Status Padding::AddToQueue(CLCommandQueue* queue) {
143 RETURN_IF_ERROR(BindArguments());
144 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
145}
146
147Padding CreatePadding(const OperationDef& definition,
148 const PadAttributes& attr) {

Callers

nothing calls this directly

Calls 1

DispatchImplicitMethod · 0.80

Tested by

no test coverage detected