pub fn vae_resnet(a: &VaeResnetArgs<'_>, x: &[f32], out: &mut [f32]) -> boolExpand description
One whole VAE resnet block on the device (norm+silu → conv ×2 → shortcut → add, one command buffer).
pub fn vae_resnet(a: &VaeResnetArgs<'_>, x: &[f32], out: &mut [f32]) -> boolOne whole VAE resnet block on the device (norm+silu → conv ×2 → shortcut → add, one command buffer).