Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dcustom_ops.cpp24 const c10::List<double>& f64s, in fn_with_all_inputs_impl()
234 const c10::List<double>& f64s, in fn_with_all_inputs_meta()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto453 repeated double f64s = 9; field
/aosp_15_r20/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs1512 let f64s = [f64::NAN, f64::INFINITY, 1.234567890123456789, f64::EPSILON]; in test_slice_parcelables() localVariable