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

Function scale

src/models/heartmula/codec.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 core::TensorShape::from_dims({input.shape.dims[0], input.shape.dims[1], input.shape.dims[2] + left_pad}),
485 GGML_TYPE_F32);
486}
487
488core::TensorValue causal_conv1d(
489 core::ModuleBuildContext & ctx,
490 const core::TensorValue & input,
491 const modules::Conv1dWeights & weights,

Callers 3

quantize_scalar_latentFunction · 0.70
project_layerFunction · 0.70
timestep_embeddingFunction · 0.70

Calls 3

wrap_tensorFunction · 0.85
ggml_scaleFunction · 0.85

Tested by

no test coverage detected