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

Function CreateAxis

schema/current/CaffeOp_generated.h:2467–2473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2465};
2466
2467inline flatbuffers::Offset<Axis> CreateAxis(
2468 flatbuffers::FlatBufferBuilder &_fbb,
2469 int32_t axis = 0) {
2470 AxisBuilder builder_(_fbb);
2471 builder_.add_axis(axis);
2472 return builder_.Finish();
2473}
2474
2475flatbuffers::Offset<Axis> CreateAxis(flatbuffers::FlatBufferBuilder &_fbb, const AxisT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
2476

Callers 2

PackMethod · 0.85
PackMethod · 0.85

Calls 2

add_axisMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected