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

Method DebugTensor

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

Source from the content-addressed store, hash-verified

486 };
487
488 DebugTensor() = default;
489 DebugTensor(const std::vector<float>& data);
490 DebugTensor(const std::vector<f16_t>& data);
491 DebugTensor& operator=(const DebugTensor& other) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected