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

Function read_f32_tensor

src/models/chatterbox/component_weights.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15std::vector<float> read_f32_tensor(
16 const engine::assets::TensorSource & source,
17 const std::string & name,
18 const std::vector<int64_t> & expected_shape) {
19 return source.require_f32(name, expected_shape);
20}
21
22} // namespace engine::models::chatterbox::components

Callers 10

load_hift_linearFunction · 0.70
load_hift_conv1dFunction · 0.70
load_hift_snakeFunction · 0.70
load_conv1dFunction · 0.70
load_bn1dFunction · 0.70
load_bn2dFunction · 0.70
load_conv2dFunction · 0.70

Calls 1

require_f32Method · 0.45

Tested by

no test coverage detected