Searched refs:npy_halfbits_to_floatbits (Results 1 – 2 of 2) sorted by relevance
105 static void npy_halfbits_to_floatbits(benchmark::State& state) { in npy_halfbits_to_floatbits() function108 const uint32_t fp32 = npy_halfbits_to_floatbits(fp16); in npy_halfbits_to_floatbits()114 BENCHMARK(npy_halfbits_to_floatbits);
269 static void npy_halfbits_to_floatbits(benchmark::State& state) { in npy_halfbits_to_floatbits() function285 output[i] = npy_halfbits_to_floatbits(input[i]); in npy_halfbits_to_floatbits()292 BENCHMARK(npy_halfbits_to_floatbits)->RangeMultiplier(2)->Range(1<<10, 64<<20);