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

Function conv2d_data

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

Source from the content-addressed store, hash-verified

166
167template <typename Store, typename TensorData>
168Conv2dWeights conv2d_data(Store & store, const TensorData & weight) {
169 return {tensor_data(store, weight), std::nullopt};
170}
171
172template <typename Store, typename WeightData, typename BiasData>
173Conv2dWeights conv2d_data(Store & store, const WeightData & weight, const BiasData & bias) {

Callers 3

build_dconv_freqFunction · 0.85
build_henc_layerFunction · 0.85
build_hdec_layerFunction · 0.85

Calls 1

tensor_dataFunction · 0.85

Tested by

no test coverage detected