| 205 | float* rms_att_weight() const { return _rms_att_weight ? static_cast<float*>(_rms_att_weight->data) : nullptr; } |
| 206 | float* rms_ffn_weight() const { return _rms_ffn_weight ? static_cast<float*>(_rms_ffn_weight->data) : nullptr; } |
| 207 | std::optional<QTensor> w1() const { return _w1; } |
| 208 | std::optional<QTensor> w2() const { return _w2; } |
| 209 | std::optional<QTensor> w3() const { return _w3; } |
| 210 | std::optional<QTensor> moegate() const { return _moegate; } |
nothing calls this directly
no outgoing calls
no test coverage detected