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

Function repeat_like

src/models/seed_vc/astral_quantizer.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 name,
38 seed_vc_component_storage_type(source, name, storage_type));
39}
40
41engine::core::TensorValue contiguous(
42 engine::core::ModuleBuildContext & ctx,
43 const engine::core::TensorValue & value) {
44 return engine::core::ensure_backend_addressable_layout(ctx, value);
45}
46
47engine::core::TensorValue repeat_like(

Callers 2

channel_layer_norm_bctFunction · 0.70
grn_btcFunction · 0.70

Calls 2

RepeatModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected