MCPcopy Create free account
hub / github.com/alibaba/MNN / add_eps

Method add_eps

schema/current/CaffeOp_generated.h:4132–4134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4130 fbb_.AddElement<int32_t>(6, channelShared, 0);
4131 }
4132 void add_eps(float eps) {
4133 fbb_.AddElement<float>(8, eps, 0.0f);
4134 }
4135 void add_scale(flatbuffers::Offset<flatbuffers::Vector<float>> scale) {
4136 fbb_.AddOffset(10, scale);
4137 }

Callers 1

CreateNormalizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected