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

Class ReluModule

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

Source from the content-addressed store, hash-verified

15};
16
17class ReluModule {
18public:
19 const core::ModuleSchema & schema() const noexcept;
20 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
21 static const core::ModuleSchema & static_schema() noexcept;
22};
23
24class SigmoidModule {
25public:

Callers 10

buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
graph_batch_norm_actFunction · 0.85
graph_grouped_linearFunction · 0.85
graph_mapping_decoderFunction · 0.85
ensure_chunk_graphMethod · 0.85
buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected