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

Function transpose_bct_to_btc

src/models/vevo2/components.cpp:564–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 }
563 return weight;
564}
565
566std::vector<float> l2_normalized_rows(
567 std::vector<float> values,
568 int64_t rows,
569 int64_t cols,
570 const std::string & name) {
571 if (rows <= 0 || cols <= 0 || static_cast<int64_t>(values.size()) != rows * cols) {

Callers 3

build_coco_vocos_encoderFunction · 0.70
build_coco_quantizer_idsFunction · 0.70

Calls 2

TransposeModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected