Searched refs:bench_function_over_inputs (Results 1 – 5 of 5) sorted by relevance
8 c.bench_function_over_inputs( in bench_f32_to_f16()28 c.bench_function_over_inputs( in bench_f64_to_f16()48 c.bench_function_over_inputs( in bench_f16_to_f32()68 c.bench_function_over_inputs( in bench_f16_to_f64()232 c.bench_function_over_inputs( in bench_f32_to_bf16()252 c.bench_function_over_inputs( in bench_f64_to_bf16()272 c.bench_function_over_inputs( in bench_bf16_to_f32()292 c.bench_function_over_inputs( in bench_bf16_to_f64()
46 criterion.bench_function_over_inputs( in render()
267 short_benchmark(&dir).bench_function_over_inputs( in test_bench_function_over_inputs()
26 - `Criterion::bench_function_over_inputs`, `Criterion::bench_functions`, and `Criterion::bench` were114 `Criterion::bench_functions`, `Criterion::bench_function_over_inputs`, and `Criterion::bench`.
1215 pub fn bench_function_over_inputs<I, F>( in bench_function_over_inputs() function