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

Function adjacent_repeat_frames_btc

src/models/heartmula/codec.cpp:596–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 .build(ctx, summed, weights.vq_project_out);
595 projected = modules::LinearModule({config.dim, config.dim, true, GGML_PREC_F32})
596 .build(ctx, projected, weights.cond_feature_emb);
597 return adjacent_repeat_frames_btc(ctx, projected, 2);
598}
599
600core::TensorValue scalar_residual_unit(
601 core::ModuleBuildContext & ctx,
602 const core::TensorValue & input,
603 const HeartCodecResidualUnitWeights & weights,
604 int64_t channels,
605 int64_t kernel_size,
606 int64_t dilation) {

Callers 1

conditioning_from_codesFunction · 0.85

Calls 3

TransposeModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected