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

Function conv2d_output_dim

src/framework/modules/conv_modules.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 if (ggml_is_quantized(contiguous.type)) {
108 return core::wrap_tensor(ggml_cast(ctx.ggml, contiguous.tensor, GGML_TYPE_F32), contiguous.shape, GGML_TYPE_F32);
109 }
110 throw std::runtime_error(
111 std::string("ConvTranspose1dModule does not support weight type with the current ggml conv-transpose path: ") +
112 ggml_type_name(contiguous.type));
113}
114

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected