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

Class EluModule

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

Source from the content-addressed store, hash-verified

63public:
64 explicit GeluModule(GeluConfig config = {});
65
66 const GeluConfig & config() const noexcept;
67 const core::ModuleSchema & schema() const noexcept;
68 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
69 static const core::ModuleSchema & static_schema() noexcept;
70
71private:
72 GeluConfig config_;
73};

Callers 7

buildMethod · 0.85
build_decoder_resblockFunction · 0.85
build_residual_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected