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

Method AddToQueue

tensorflow/lite/delegates/gpu/cl/kernels/max_unpooling.cc:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160Status MaxUnpooling::AddToQueue(CLCommandQueue* queue) {
161 RETURN_IF_ERROR(BindArguments());
162 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
163}
164
165MaxUnpooling CreateMaxUnpooling(const OperationDef& definition,
166 const MaxUnpooling2DAttributes& attr) {

Callers

nothing calls this directly

Calls 1

DispatchImplicitMethod · 0.80

Tested by

no test coverage detected