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

Function conv1d_data

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

Source from the content-addressed store, hash-verified

151
152template <typename Store, typename TensorData>
153Conv1dWeights conv1d_data(Store & store, const TensorData & weight) {
154 return {tensor_data(store, weight), std::nullopt};
155}
156
157template <typename Store, typename WeightData, typename BiasData>
158Conv1dWeights conv1d_data(Store & store, const WeightData & weight, const BiasData & bias) {

Callers 8

build_dconvFunction · 0.85
build_henc_layerFunction · 0.85
build_hdec_layerFunction · 0.85
rebuildMethod · 0.85
speech_convFunction · 0.85
conv1dFunction · 0.85
se_res2netFunction · 0.85
causal_conv1dFunction · 0.85

Calls 1

tensor_dataFunction · 0.85

Tested by

no test coverage detected