Searched refs:SamplingMode (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/criterion/benches/benchmarks/ |
D | sampling_mode.rs | 1 use criterion::{criterion_group, Criterion, SamplingMode}; 8 group.sampling_mode(SamplingMode::Auto); in sampling_mode_tests() 13 group.sampling_mode(SamplingMode::Linear); in sampling_mode_tests() 18 group.sampling_mode(SamplingMode::Flat); in sampling_mode_tests()
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | resize_bilinear_op_builder.cc | 54 CoreML::Specification::SamplingMode::STRICT_ALIGN_ENDPOINTS_MODE); in Build() 57 CoreML::Specification::SamplingMode::UPSAMPLE_MODE); in Build()
|
/external/rust/crates/criterion/src/ |
D | benchmark.rs | 8 use crate::{Bencher, Criterion, DurationExt, Mode, PlotConfiguration, SamplingMode, Throughput}; 25 pub sampling_mode: SamplingMode, 38 pub(crate) sampling_mode: Option<SamplingMode>, 247 pub fn sampling_mode(mut self, new_mode: SamplingMode) -> Self {
|
D | lib.rs | 432 sampling_mode: SamplingMode::Auto, in default() 1404 pub enum SamplingMode { enum 1419 impl SamplingMode { implementation 1427 SamplingMode::Linear => ActualSamplingMode::Linear, in choose_sampling_mode() 1428 SamplingMode::Flat => ActualSamplingMode::Flat, in choose_sampling_mode() 1429 SamplingMode::Auto => { in choose_sampling_mode()
|
D | benchmark_group.rs | 9 use crate::{Bencher, Criterion, DurationExt, Mode, PlotConfiguration, SamplingMode, Throughput}; 233 pub fn sampling_mode(&mut self, new_mode: SamplingMode) -> &mut Self { in sampling_mode()
|
/external/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 8 Criterion, Fun, ParameterizedBenchmark, SamplingMode, Throughput, 365 .sampling_mode(SamplingMode::Linear), in test_output_files() 429 Benchmark::new("output_flat", |b| b.iter(|| 10)).sampling_mode(SamplingMode::Flat), in test_output_files_flat_sampling()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_fused_image_transform.cc | 61 enum SamplingMode { enum 257 SamplingMode SampleMode>
|