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

Method add_softmaxThreshold

schema/current/CaffeOp_generated.h:2392–2394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2390 fbb_.AddElement<int32_t>(8, axis, 0);
2391 }
2392 void add_softmaxThreshold(int32_t softmaxThreshold) {
2393 fbb_.AddElement<int32_t>(10, softmaxThreshold, 0);
2394 }
2395 explicit ArgMaxBuilder(flatbuffers::FlatBufferBuilder &_fbb)
2396 : fbb_(_fbb) {
2397 start_ = fbb_.StartTable();

Callers 1

CreateArgMaxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected