Home
last modified time | relevance | path

Searched defs:is_fast_path (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dnumber.rs30 pub fn is_fast_path<F: Float>(&self) -> bool { in is_fast_path() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs37 fn is_fast_path<F: RawFloat>(&self) -> bool { in is_fast_path() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs37 fn is_fast_path<F: RawFloat>(&self) -> bool { in is_fast_path() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs37 fn is_fast_path<F: RawFloat>(&self) -> bool { in is_fast_path() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs37 fn is_fast_path<F: RawFloat>(&self) -> bool { in is_fast_path() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs37 fn is_fast_path<F: RawFloat>(&self) -> bool { in is_fast_path() method
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dtrace_blob_view_reader.cc78 bool is_fast_path = in SliceOffImpl() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DTensorShape.cpp37 bool is_fast_path = dim == 1; in is_cat_nhwc_fast_path() local
H A DReduceOps.cpp51 bool is_fast_path = in is_mean_inner_dim_fast_path() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DEmbeddingBag.cpp99 bool is_fast_path(const Tensor& src, const std::optional<Tensor>& scale, Tensor& output, index_t pa… in is_fast_path() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py3418 def is_fast_path(src, scale, output, padding_idx): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
H A DQuantizedOpKernels.cpp72 std::vector<bool> is_fast_path; in qcat_nhwc_kernel() local