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

Function CreateNormalize

schema/current/CaffeOp_generated.h:4150–4162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4148};
4149
4150inline flatbuffers::Offset<Normalize> CreateNormalize(
4151 flatbuffers::FlatBufferBuilder &_fbb,
4152 int32_t acrossSpatial = 0,
4153 int32_t channelShared = 0,
4154 float eps = 0.0f,
4155 flatbuffers::Offset<flatbuffers::Vector<float>> scale = 0) {
4156 NormalizeBuilder builder_(_fbb);
4157 builder_.add_scale(scale);
4158 builder_.add_eps(eps);
4159 builder_.add_channelShared(channelShared);
4160 builder_.add_acrossSpatial(acrossSpatial);
4161 return builder_.Finish();
4162}
4163
4164flatbuffers::Offset<Normalize> CreateNormalize(flatbuffers::FlatBufferBuilder &_fbb, const NormalizeT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
4165

Callers 2

PackMethod · 0.85
PackMethod · 0.85

Calls 6

add_epsMethod · 0.80
add_channelSharedMethod · 0.80
add_acrossSpatialMethod · 0.80
add_scaleMethod · 0.45
FinishMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected