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

Method AddToQueue

tensorflow/lite/delegates/gpu/cl/kernels/reshape.cc:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Status Reshape::AddToQueue(CLCommandQueue* queue) {
131 RETURN_IF_ERROR(BindArguments());
132 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
133}
134
135Reshape CreateReshape(const OperationDef& definition) {
136 return Reshape(definition);

Callers

nothing calls this directly

Calls 1

DispatchImplicitMethod · 0.80

Tested by

no test coverage detected