MCPcopy Create free account
hub / github.com/OAID/Tengine / Aider

Method Aider

executor/operator/arm32/eltwise_float.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 return true;
118 }
119 bool Aider(int cpu, int seq, void* data)
120 {
121 Eltwise_param *param = (Eltwise_param*)data;
122 return( kernel_run(param->output,param->input0,param->input1,param->type,param->in_size0,param->in_size1, param->stride));
123 }
124 bool Run(Node* node)
125
126 {

Callers

nothing calls this directly

Calls 1

kernel_runFunction · 0.85

Tested by

no test coverage detected