MCPcopy Create free account
hub / github.com/evilsocket/cake / forward_mut

Method forward_mut

cake-core/src/models/mod.rs:361–369  ·  view source on GitHub ↗
(
        &mut self,
        _x: &Tensor,
        _index_pos: usize,
        _block_idx: usize,
        _ctx: &mut Context,
    )

Source from the content-addressed store, hash-verified

359 }
360
361 async fn forward_mut(
362 &mut self,
363 _x: &Tensor,
364 _index_pos: usize,
365 _block_idx: usize,
366 _ctx: &mut Context,
367 ) -> Result<Tensor> {
368 anyhow::bail!("NoAudioBlock cannot forward")
369 }
370
371 fn layer_name(&self) -> &str {
372 "none"

Callers 15

transformer_blockFunction · 0.45
gemma3_blockFunction · 0.45
olmo2_blockFunction · 0.45
exaone4_blockFunction · 0.45
qwen3_5_linear_blockFunction · 0.45
qwen3_5_full_blockFunction · 0.45
qwen3_moe_blockFunction · 0.45
qwen3_5_moe_blockFunction · 0.45

Calls

no outgoing calls