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

63};
64
65class EluModule {
66public:
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};
71
72class SoftmaxModule {
73public:

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