MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / write_u32

Method write_u32

llama.cpp:924–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922 }
923
924 void write_u32(std::uint32_t val) const {
925 write_raw(&val, sizeof(val));
926 }
927
928 ~llama_file() {
929 if (fp) {

Callers 1

llama_save_session_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected