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

Method device

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

Source from the content-addressed store, hash-verified

140 void* aqb() const { return _aqb; }
141
142 Device device() const { return _device; }
143 InferenceMode mode() const { return _mode; }
144 void set_mode(InferenceMode mode) { _mode = mode; }
145

Callers 3

quantize_q2_kFunction · 0.80
quantize_q3_kFunction · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected