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

Function make_snake_alpha_shape

src/framework/modules/activation_modules.cpp:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 "Snake1d",
134 "nn.activation",
135 kSnakeInputs,
136 2,
137 kActivationOutputs,
138 1,
139 "Applies Snake activation over channel-time tensors using per-channel alpha.",
140};
141
142template <typename Fn>
143core::TensorValue build_unary(
144 core::ModuleBuildContext & ctx,
145 const core::TensorValue & input,
146 Fn fn) {

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected