Home
last modified time | relevance | path

Searched defs:data_f64 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/repeated/
Dmod.rs67 fn data_f64(&self) -> &[f64]; in data_f64() method
158 fn data_f64(&self) -> &[f64] { in data_f64() method
290 pub(crate) fn data_f64(&self) -> &[f64] { in data_f64() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/dynamic/
Drepeated.rs268 fn data_f64(&self) -> &[f64] { in data_f64() method
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DUpSampleKernel.cpp1000 double * data_f64 = weights_f64. template data_ptr<double>(); in _compute_index_ranges_int16_weights() local