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

Function _set

executor/operator/common/rpn.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#define MIN(a, b) (((a) < (b)) ? (a) : (b))
42#endif
43void _set(const int N, const float alpha, float* Y)
44{
45 for(int i = 0; i < N; ++i)
46 Y[i] = alpha;
47}
48
49void _axpy(const int N, const float* X, float* Y)
50{

Callers 1

proposal_local_anchorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected