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

Method Aider

executor/operator/arm64/eltwise_float.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

kernel_runFunction · 0.85

Tested by

no test coverage detected