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

Method add_slicePoints

schema/current/CaffeOp_generated.h:2739–2741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2737 fbb_.AddElement<int32_t>(4, axis, 0);
2738 }
2739 void add_slicePoints(flatbuffers::Offset<flatbuffers::Vector<int32_t>> slicePoints) {
2740 fbb_.AddOffset(6, slicePoints);
2741 }
2742 void add_sourceType(NetSource sourceType) {
2743 fbb_.AddElement<int8_t>(8, static_cast<int8_t>(sourceType), 0);
2744 }

Callers 1

CreateSliceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected