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

66 const core::ModuleSchema & schema() const noexcept;
67 core::TensorValue build(
68 core::ModuleBuildContext & ctx,
69 const core::TensorValue & input,
70 const core::TensorValue & residual) const;
71
72 static const core::ModuleSchema & static_schema() noexcept;
73};
74
75class ScaledBypassModule {
76public:
77 const core::ModuleSchema & schema() const noexcept;
78 core::TensorValue build(
79 core::ModuleBuildContext & ctx,
80 const core::TensorValue & original,
81 const core::TensorValue & transformed,
82 const core::TensorValue & channel_scale) const;

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