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

Function regular_conv_weight

src/framework/modules/conv_modules.cpp:62–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 3,
61 kSingleOutput,
62 1,
63 "Applies explicit asymmetric 2D padding followed by Conv2d.",
64};
65
66const core::ModuleSchema kSameWidthCausalConv2dSchema = {
67 "SameWidthCausalConv2d",
68 "nn.conv",
69 kConvInputs,
70 3,
71 kSingleOutput,
72 1,
73 "Applies causal-height and same-width 2D padding followed by Conv2d.",
74};
75
76const core::ModuleSchema kPixelNormCausalConv2dResBlockSchema = {
77 "PixelNormCausalConv2dResBlock",
78 "nn.conv",
79 kCausalResBlockInputs,
80 7,
81 kSingleOutput,
82 1,

Callers 1

buildMethod · 0.70

Calls 6

wrap_tensorFunction · 0.85
ggml_castFunction · 0.85
ggml_is_quantizedFunction · 0.85
ggml_type_nameFunction · 0.85
stringFunction · 0.50

Tested by

no test coverage detected