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

Function norm_data

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

Source from the content-addressed store, hash-verified

120
121template <typename Store, typename TensorData>
122NormWeights norm_data(Store & store, const TensorData & weight) {
123 return {tensor_data(store, weight), std::nullopt};
124}
125
126template <typename Store, typename TensorData>
127NormWeights norm_data(Store & store, const TensorData & weight, const TensorData & bias) {

Callers 15

decoder_layerFunction · 0.85
rebuildMethod · 0.85
decoder_layerFunction · 0.85
encoder_layerFunction · 0.85
buildMethod · 0.85
buildMethod · 0.85
FinalGraphMethod · 0.85

Calls 1

tensor_dataFunction · 0.85

Tested by

no test coverage detected