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

Method require_f32

src/models/vibevoice/assets.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 assets::require_tensor_shape(weights, "model.prediction_head.t_embedder.mlp.0.weight", {decoder.hidden_size, 256});
291 assets::require_tensor_shape(
292 weights,
293 "model.prediction_head.layers.0.ffn.gate_proj.weight",
294 {static_cast<int64_t>(decoder.hidden_size * config.diffusion_head.head_ffn_ratio), decoder.hidden_size});
295 assets::require_tensor_shape(
296 weights,
297 "model.prediction_head.final_layer.linear.weight",
298 {config.diffusion_head.latent_size, decoder.hidden_size});
299

Callers 15

load_snake_activationFunction · 0.45
load_weightsFunction · 0.45
load_wn_conv1dFunction · 0.45
load_wn_conv_transpose1dFunction · 0.45
load_snakeFunction · 0.45
load_sr_conditionFunction · 0.45
load_weightsFunction · 0.45
load_citrinet_weightsFunction · 0.45
load_detokenizer_weightsFunction · 0.45
load_diffusion_weightsFunction · 0.45
load_snake_exactFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected