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

Class GeluModule

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

Source from the content-addressed store, hash-verified

43 const core::ModuleSchema & schema() const noexcept;
44 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
45 static const core::ModuleSchema & static_schema() noexcept;
46};
47
48class TanhModule {
49public:
50 const core::ModuleSchema & schema() const noexcept;
51 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
52 static const core::ModuleSchema & static_schema() noexcept;
53};
54
55class SqrtModule {
56public:
57 const core::ModuleSchema & schema() const noexcept;
58 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
59 static const core::ModuleSchema & static_schema() noexcept;

Callers 15

buildMethod · 0.85
grouped_pos_convFunction · 0.85
build_feed_forwardFunction · 0.85
build_wavlm_graph_layersFunction · 0.85
grouped_pos_convFunction · 0.85
build_feed_forwardFunction · 0.85
build_hubert_graphFunction · 0.85
mlpFunction · 0.85
EncoderGraphMethod · 0.85
build_astral_projectedFunction · 0.85
build_dconvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected