(
&mut self,
_x: &Tensor,
_index_pos: usize,
_block_idx: usize,
_ctx: &mut Context,
)
| 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" |
no outgoing calls