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

Class SigmoidModule

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

Source from the content-addressed store, hash-verified

22};
23
24struct LeakyReluConfig {
25 float negative_slope = 0.01F;
26};
27
28class LeakyReluModule {
29public:
30 explicit LeakyReluModule(LeakyReluConfig config = {});
31
32 const LeakyReluConfig & config() const noexcept;

Callers 9

buildMethod · 0.85
graph_batch_norm_actFunction · 0.85
graph_linear_sigmoidFunction · 0.85
graph_gru_sequenceFunction · 0.85
graph_conv_moduleFunction · 0.85
ensure_chunk_graphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected