MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / RMSNormModule

Class RMSNormModule

include/engine/framework/modules/norm_modules.h:39–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 const NormWeights & weights) const;
38
39 static const core::ModuleSchema & static_schema() noexcept;
40
41private:
42 NormConfig config_;
43};
44
45class RMSNormModule {
46public:
47 explicit RMSNormModule(NormConfig config);
48
49 const core::ModuleSchema & schema() const noexcept;
50 const NormConfig & config() const noexcept;
51
52 core::TensorValue build(
53 core::ModuleBuildContext & ctx,
54 const core::TensorValue & input,
55 const NormWeights & weights) const;
56
57 static const core::ModuleSchema & static_schema() noexcept;
58

Callers 15

buildMethod · 0.85
t5_layer_normFunction · 0.85
rebuildMethod · 0.85
minicpm_layerFunction · 0.85
minicpm_transformerFunction · 0.85
minicpm_prefill_layerFunction · 0.85
buildMethod · 0.85
buildMethod · 0.85
build_adaptive_rms_normFunction · 0.85
build_plain_rms_normFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected