Home
last modified time | relevance | path

Searched refs:bench_function_over_inputs (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/half/benches/
Dconvert.rs8 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()
/external/rust/crates/tinytemplate/benches/
Dbenchmarks.rs46 criterion.bench_function_over_inputs( in render()
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs267 short_benchmark(&dir).bench_function_over_inputs( in test_bench_function_over_inputs()
/external/rust/crates/criterion/
DCHANGELOG.md26 - `Criterion::bench_function_over_inputs`, `Criterion::bench_functions`, and `Criterion::bench` were
114 `Criterion::bench_functions`, `Criterion::bench_function_over_inputs`, and `Criterion::bench`.
/external/rust/crates/criterion/src/
Dlib.rs1215 pub fn bench_function_over_inputs<I, F>( in bench_function_over_inputs() function