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

Function _axpy

executor/operator/common/rpn.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void _axpy(const int N, const float* X, float* Y)
50{
51 for(int i = 0; i < N; i++)
52 Y[i] += X[i];
53}
54void _axpy_(const int N, const float* X, float* Y)
55{
56 for(int i = 0; i < N; i++)

Callers 1

proposal_local_anchorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected