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};
44
45class GeluModule {
46public:
47 explicit GeluModule(GeluConfig config = {});
48
49 const GeluConfig & config() const noexcept;
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
54private:
55 GeluConfig config_;
56};
57
58class SiluModule {
59public:

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