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

Method eps

tools/train/source/nn/NN.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 float eps() {
174 return mEps;
175 }
176
177 virtual std::vector<Express::VARP> onForward(const std::vector<Express::VARP>& inputs) override {
178 Express::VARP x = inputs[0];

Callers 7

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
onForwardMethod · 0.80
computeForNormalizeMethod · 0.80
CPUNormalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected