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

Method AddToQueue

tensorflow/lite/delegates/gpu/cl/kernels/upsample.cc:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128Status Upsample::AddToQueue(CLCommandQueue* queue) {
129 RETURN_IF_ERROR(BindArguments());
130 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
131}
132
133Status Upsample::Tune(const TuningParameters& params) {
134 RETURN_IF_ERROR(BindArguments());

Callers

nothing calls this directly

Calls 1

DispatchImplicitMethod · 0.80

Tested by

no test coverage detected