Pre-computed tensor names for a single expert (avoids format! on hot path).
| 26 | |
| 27 | /// Pre-computed tensor names for a single expert (avoids format! on hot path). |
| 28 | struct ExpertNames { |
| 29 | gate_proj: String, |
| 30 | up_proj: String, |
| 31 | down_proj: String, |
| 32 | } |
| 33 | |
| 34 | /// Pre-computed tensor names for stacked affine-quantized projections. |
| 35 | struct StackedQuantNames { |
nothing calls this directly
no outgoing calls
no test coverage detected