MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / validate_field

Function validate_field

tools/openpgl_bench/openpgl_bench.cpp:350–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void validate_field(BenchParams &benchParams)
351{
352 openpgl::cpp::Device device(benchParams.device_type);
353 openpgl::cpp::Field field(&device, benchParams.field_file_name);
354 bool valid = field.Validate();
355}
356
357void bench_lookup_sample(BenchParams &benchParams, bool applyCosine, bool sample)
358{

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.45

Tested by

no test coverage detected