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

Method AddToQueue

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

Source from the content-addressed store, hash-verified

123}
124
125Status Softmax::AddToQueue(CLCommandQueue* queue) {
126 RETURN_IF_ERROR(BindArguments());
127 return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_);
128}
129
130Softmax CreateSoftmax(const OperationDef& definition) {
131 return Softmax(definition);

Callers 2

RunMethod · 0.45
ExecuteGPUOperationFunction · 0.45

Calls 1

DispatchImplicitMethod · 0.80

Tested by 1

ExecuteGPUOperationFunction · 0.36