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

Function PostProcess

tensorflow/lite/delegates/gpu/cl/kernels/gpu_operation.cc:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172std::string PostProcess(const std::vector<ElementwiseOperation*>& linked_ops,
173 const std::string& var_name, const std::string& z_coord,
174 const std::string& global_address) {
175 std::string code;
176 for (auto linked_op : linked_ops) {
177 code += linked_op->GetCoreCode(var_name, z_coord, global_address);
178 }
179 return code;
180}
181
182Status BindArgs(CLKernel* kernel,
183 const std::vector<ElementwiseOperation*>& linked_ops) {

Callers 15

GetSoftmaxKernelCodeFunction · 0.85
GetMaxUnoolingKernelCodeFunction · 0.85
GetUpsampleCodeFunction · 0.85
GenerateConvBufferFunction · 0.85
GetPaddingCodeFunction · 0.85
GetElementWiseCodeMethod · 0.85
GenerateConvBuffer1x1Function · 0.85
GetConcatKernelCodeFunction · 0.85
GetReshapeCodeFunction · 0.85

Calls 1

GetCoreCodeMethod · 0.45

Tested by

no test coverage detected