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

Function CreateConvolution3D

schema/current/CaffeOp_generated.h:1558–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556};
1557
1558inline flatbuffers::Offset<Convolution3D> CreateConvolution3D(
1559 flatbuffers::FlatBufferBuilder &_fbb,
1560 flatbuffers::Offset<Convolution3DCommon> common = 0,
1561 flatbuffers::Offset<flatbuffers::Vector<float>> weight = 0,
1562 flatbuffers::Offset<flatbuffers::Vector<float>> bias = 0,
1563 flatbuffers::Offset<flatbuffers::Vector<int64_t>> external = 0) {
1564 Convolution3DBuilder builder_(_fbb);
1565 builder_.add_external(external);
1566 builder_.add_bias(bias);
1567 builder_.add_weight(weight);
1568 builder_.add_common(common);
1569 return builder_.Finish();
1570}
1571
1572flatbuffers::Offset<Convolution3D> CreateConvolution3D(flatbuffers::FlatBufferBuilder &_fbb, const Convolution3DT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
1573

Callers 2

PackMethod · 0.85
PackMethod · 0.85

Calls 8

add_externalMethod · 0.45
add_biasMethod · 0.45
add_weightMethod · 0.45
add_commonMethod · 0.45
FinishMethod · 0.45
getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected