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

Method AddToQueue

tensorflow/lite/delegates/gpu/cl/kernels/depth_wise_conv.cc:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260Status DepthWiseConvolution::AddToQueue(CLCommandQueue* queue) {
261 RETURN_IF_ERROR(BindArguments());
262 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
263}
264
265Status CreateDepthWiseConvolution(const CreationContext& creation_context,
266 const OperationDef& definition,

Callers

nothing calls this directly

Calls 1

DispatchImplicitMethod · 0.80

Tested by

no test coverage detected