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

Class ReduceMeanModule

include/engine/framework/modules/primitive_modules.h:55–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 const core::ModuleSchema & schema() const noexcept;
54 core::TensorValue build(
55 core::ModuleBuildContext & ctx,
56 const core::TensorValue & input,
57 const core::TensorValue & residual) const;
58
59 static const core::ModuleSchema & static_schema() noexcept;
60};
61
62struct ReduceConfig {
63 int axis = -1;
64};
65
66class ReduceMeanModule {
67public:
68 explicit ReduceMeanModule(ReduceConfig config);
69

Callers 11

buildMethod · 0.85
group_norm_affineFunction · 0.85
attentive_poolFunction · 0.85
graph_bias_normFunction · 0.85
group_norm_affineFunction · 0.85
channel_layer_norm_bctFunction · 0.85
grn_btcFunction · 0.85
group_normFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected