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

Function norm

include/engine/framework/modules/weight_binding.h:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131template <typename Store, typename WeightValues>
132NormWeights norm(
133 Store & store,
134 const WeightValues & weight) {
135 return {
136 tensor(store, core::TensorShape::from_dims({static_cast<int64_t>(weight.size())}), weight),
137 std::nullopt,
138 };
139}
140
141template <typename Store, typename WeightValues, typename BiasValues>
142NormWeights norm(

Callers 4

compute_band_energyFunction · 0.85
convnextFunction · 0.85
ggml_sycl_rollFunction · 0.85

Calls 2

tensorFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected