MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / compute_fingerprint

Method compute_fingerprint

csrc/cpu_ops.cpp:532–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 int next_slot = 0;
531
532 static void compute_fingerprint(const float* code, float* fp) {
533 fp[0] = code[0];
534 fp[1] = code[1];
535 fp[2] = code[127];
536 fp[3] = code[255];
537 }
538
539 const unsigned char* get_lut(const float* code) {
540 float fp[4];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected