Packages
Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration
Current section
Files
Jump to
Current section
Files
include/viva_tensor@nn@moe_MoeBlock.hrl
-record(moe_block, {
router :: viva_tensor@nn@moe:router(),
expert_w1 :: list(viva_tensor@tensor:tensor()),
expert_w2 :: list(viva_tensor@tensor:tensor())
}).