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

Method matches

src/models/vevo2/vocoder.cpp:354–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 std::vector<float> head(static_cast<size_t>(frames * head_dim), 0.0F);
353 ggml_backend_tensor_get(output, head.data(), 0, head.size() * sizeof(float));
354 return head;
355 }
356
357 ggml_backend_t backend = nullptr;
358 std::shared_ptr<const Vevo2VocoderWeights> weights;
359 int64_t frames = 0;

Callers 1

decodeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected