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

Class SiluModule

include/engine/framework/modules/activation_modules.h:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56public:
57 const core::ModuleSchema & schema() const noexcept;
58 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
59 static const core::ModuleSchema & static_schema() noexcept;
60};
61
62class GeluModule {
63public:
64 explicit GeluModule(GeluConfig config = {});
65
66 const GeluConfig & config() const noexcept;

Callers 7

buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
adalnFunction · 0.85
resnet_blockFunction · 0.85
swiglu_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected