Searched refs:ranges_count (Results 1 – 7 of 7) sorted by relevance
121 const size_t ranges_count = 6; in TestRequantizeManyInNewRange32To8Bit() local122 const float ranges[ranges_count][4] = { in TestRequantizeManyInNewRange32To8Bit()130 for (int i = 0; i < ranges_count; ++i) { in TestRequantizeManyInNewRange32To8Bit()179 const size_t ranges_count = 6; in TestRequantizeManyInNewRange8To32Bit() local180 const float ranges[ranges_count][4] = { in TestRequantizeManyInNewRange8To32Bit()188 for (int i = 0; i < ranges_count; ++i) { in TestRequantizeManyInNewRange8To32Bit()218 const size_t ranges_count = 6; in TestRequantizeManyInNewRangeEigenVsNonEigen() local219 const float ranges[ranges_count][4] = { in TestRequantizeManyInNewRangeEigenVsNonEigen()229 for (size_t range_index = 0; range_index < ranges_count; ++range_index) { in TestRequantizeManyInNewRangeEigenVsNonEigen()515 const size_t ranges_count = 4; in TestRequantizeInNewRange() local[all …]
361 size_t ranges_count = bucket_count + 1; in AllocateHistogram() local362 size_t ranges_bytes = ranges_count * sizeof(HistogramBase::Sample); in AllocateHistogram()368 ranges_ref, kTypeIdRangesArray, ranges_count); in AllocateHistogram()
360 size_t ranges_count = bucket_count + 1; in AllocateHistogram() local361 size_t ranges_bytes = ranges_count * sizeof(HistogramBase::Sample); in AllocateHistogram()367 ranges_ref, kTypeIdRangesArray, ranges_count); in AllocateHistogram()
82 __algorithm/ranges_count.h
351 module ranges_count { private header "__algorithm/ranges_count.h" }
1801 #include <__algorithm/ranges_count.h>
108 libcxx/include/__algorithm/ranges_count.h