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

Function conv_transpose1d_weight

src/framework/modules/conv_modules.cpp:81–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 kCausalResBlockInputs,
80 7,
81 kSingleOutput,
82 1,
83 "Applies a PixelNorm/Silu causal Conv2d residual block.",
84};
85
86const core::ModuleSchema kCausalConv2dUpsampleSchema = {
87 "CausalConv2dUpsample",
88 "nn.conv",
89 kConvInputs,
90 3,
91 kSingleOutput,
92 1,
93 "Applies nearest 2D upsampling followed by causal Conv2d and temporal crop.",
94};
95
96const core::ModuleSchema kDepthwiseConv2dSchema = {
97 "DepthwiseConv2d",
98 "nn.conv",
99 kConvInputs,
100 3,
101 kSingleOutput,
102 1,
103 "Applies a depthwise 2D convolution to channel-first inputs [batch, channels, height, width].",
104};
105
106const core::ModuleSchema kConvTranspose1dSchema = {

Callers 1

buildMethod · 0.70

Calls 7

uses_host_graph_planFunction · 0.85
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