Searched refs:std_dev_neon (Results 1 – 1 of 1) sorted by relevance
97 const float std_dev_neon = sqrt(squared_sum / static_cast<float>(num_vals)); in ComputeStdDevNeon() local101 SCHECK(NearlyEqual(std_dev_neon, std_dev_cpu, EPSILON * num_vals), in ComputeStdDevNeon()103 std_dev_neon, std_dev_cpu); in ComputeStdDevNeon()106 return std_dev_neon; in ComputeStdDevNeon()