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
co-authored by Stanisław Szymczyk
parent 635cdd5fcc
commit 5d5306bf3e
+1
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;
}