MCPcopy Create free account
hub / github.com/andrewkchan/deepseek.cpp / w1

Method w1

src/model.h:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected