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
24class SigmoidModule {
25public:
26 const core::ModuleSchema & schema() const noexcept;
27 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
28 static const core::ModuleSchema & static_schema() noexcept;
29};
30
31class TanhModule {
32public:

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