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

Method add_epsilon

schema/current/CaffeOp_generated.h:2863–2865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2861 fbb_.AddOffset(16, Bdata);
2862 }
2863 void add_epsilon(float epsilon) {
2864 fbb_.AddElement<float>(18, epsilon, 0.001f);
2865 }
2866 explicit BatchNormBuilder(flatbuffers::FlatBufferBuilder &_fbb)
2867 : fbb_(_fbb) {
2868 start_ = fbb_.StartTable();

Callers 4

_RebuildExternalOpFunction · 0.45
makeLayerNormMethod · 0.45
_RebuildExternalOpFunction · 0.45
CreateBatchNormFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected