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

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

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