tests : initialize all tensors in test_dsv4_hc to avoid NaNs in sentinel tensors (#25822)

Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
This commit is contained in:
fairydreaming 2026-07-17 15:33:35 +02:00 committed by GitHub
parent 635cdd5fcc
commit 5d5306bf3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3802,6 +3802,7 @@ struct test_dsv4_hc : public test_case {
float lo;
float hi;
if (!tensor_range(name, lo, hi)) {
init_tensor_uniform(t);
continue;
}