MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / testing_start_info

Class testing_start_info

tests/test-backend-ops.cpp:726–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724};
725
726struct testing_start_info {
727 size_t device_count;
728
729 testing_start_info() = default;
730
731 testing_start_info(size_t device_count) : device_count(device_count) {}
732};
733
734struct backend_init_info {
735 size_t device_index;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68