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

Function linear_data

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

Source from the content-addressed store, hash-verified

67
68template <typename Store, typename TensorData>
69LinearWeights linear_data(Store & store, const TensorData & weight) {
70 return {tensor_data(store, weight), std::nullopt};
71}
72
73template <typename Store, typename WeightData, typename BiasData>
74LinearWeights linear_data(Store & store, const WeightData & weight, const BiasData & bias) {

Callers 15

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

Calls 1

tensor_dataFunction · 0.85

Tested by

no test coverage detected