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

Class TanhModule

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

Source from the content-addressed store, hash-verified

29};
30
31class TanhModule {
32public:
33 const core::ModuleSchema & schema() const noexcept;
34 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
35 static const core::ModuleSchema & static_schema() noexcept;
36};
37
38class SqrtModule {
39public:

Callers 4

graph_gru_sequenceFunction · 0.85
graph_df_decoderFunction · 0.85
graph_nonlin_attentionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected