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

Function ensure_contiguous

src/models/vevo2/components.cpp:533–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 scale,
532 engine::core::TensorShape::from_dims({1, 1, scale.shape.dims[0]}));
533 const auto repeated = engine::modules::RepeatModule({input.shape}).build(ctx, view);
534 return engine::modules::MulModule{}.build(ctx, input, repeated);
535}
536
537std::vector<float> effective_weight_norm_conv1d(
538 const engine::assets::TensorSource & source,
539 const std::string & prefix,
540 int64_t out_channels,

Callers 2

build_l2_normalized_rowsFunction · 0.70
build_coco_quantizer_idsFunction · 0.70

Calls 1

Tested by

no test coverage detected