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

Class LayerScaleModule

include/engine/framework/modules/conditioning_modules.h:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17class LayerScaleModule {
18public:
19 core::TensorValue build(
20 core::ModuleBuildContext & ctx,
21 const core::TensorValue & input,
22 const LayerScaleWeights & weights) const;
23};
24
25struct AdaLNModulationWeights {
26 LinearWeights projection;

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected