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

Class ReduceSumModule

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

Source from the content-addressed store, hash-verified

66class ReduceMeanModule {
67public:
68 explicit ReduceMeanModule(ReduceConfig config);
69
70 const ReduceConfig & config() const noexcept;
71 const core::ModuleSchema & schema() const noexcept;
72 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
73 static const core::ModuleSchema & static_schema() noexcept;
74
75private:
76 ReduceConfig config_;
77};
78
79class ReduceSumModule {
80public:
81 explicit ReduceSumModule(ReduceConfig config);
82

Callers 12

masked_group_norm_affineFunction · 0.85
attentive_poolFunction · 0.85
grn_btcFunction · 0.85
masked_group_normFunction · 0.85
global_encoderFunction · 0.85
build_l2_normalized_rowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected