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

Class GLUModule

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

Source from the content-addressed store, hash-verified

77};
78
79class GLUModule {
80public:
81 const core::ModuleSchema & schema() const noexcept;
82 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
83 static const core::ModuleSchema & static_schema() noexcept;
84};
85
86struct Snake1dConfig {
87 int64_t hidden_size = 0;

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected