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

Method add_axis

schema/current/CaffeOp_generated.h:2452–2454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2450 flatbuffers::FlatBufferBuilder &fbb_;
2451 flatbuffers::uoffset_t start_;
2452 void add_axis(int32_t axis) {
2453 fbb_.AddElement<int32_t>(4, axis, 0);
2454 }
2455 explicit AxisBuilder(flatbuffers::FlatBufferBuilder &_fbb)
2456 : fbb_(_fbb) {
2457 start_ = fbb_.StartTable();

Callers 7

makeLayerNormMethod · 0.45
_RebuildExternalOpFunction · 0.45
CreateInnerProductFunction · 0.45
CreateArgMaxFunction · 0.45
CreateAxisFunction · 0.45
CreateSliceFunction · 0.45
CreateFlattenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected