Searched refs:kAbsValueBucketBounds (Results 1 – 1 of 1) sorted by relevance
328 abs_value_buckets_(kAbsValueBucketBounds.size() - 1, {0, 0}), in NearComparator()363 (abs_value >= kAbsValueBucketBounds[i] && in UpdateAbsValueBucket()364 abs_value < kAbsValueBucketBounds[i + 1])) { in UpdateAbsValueBucket()571 CHECK_EQ(abs_value_buckets_.size() + 1, kAbsValueBucketBounds.size()); in ErrorMessage()580 kAbsValueBucketBounds[i], kAbsValueBucketBounds[i + 1], in ErrorMessage()654 static constexpr std::array<float, 7> kAbsValueBucketBounds = { member in xla::literal_comparison::__anon1e4119ae0111::NearComparator673 constexpr std::array<float, 7> NearComparator<NativeT>::kAbsValueBucketBounds; member in xla::literal_comparison::__anon1e4119ae0111::NearComparator<NativeT>