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

Function BindArgs

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

Source from the content-addressed store, hash-verified

180}
181
182Status BindArgs(CLKernel* kernel,
183 const std::vector<ElementwiseOperation*>& linked_ops) {
184 for (auto linked_op : linked_ops) {
185 RETURN_IF_ERROR(linked_op->BindArguments(kernel));
186 }
187 return OkStatus();
188}
189
190} // namespace cl
191} // namespace gpu

Callers 15

BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85
BindArgumentsMethod · 0.85

Calls 2

OkStatusFunction · 0.85
BindArgumentsMethod · 0.45

Tested by

no test coverage detected