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

Function graph_conv2d_weights

src/framework/audio/zipenhancer.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147};
148
149modules::Conv2dWeights graph_conv2d_weights(const Param & weight, const Param & bias) {
150 modules::Conv2dWeights out;
151 out.weight = weight.tensor;
152 out.bias = bias.tensor;
153 return out;
154}
155
156core::TensorValue graph_pad2d(
157 core::ModuleBuildContext & ctx,

Callers 1

graph_conv2dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected