Home
last modified time | relevance | path

Searched defs:unroll (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMemoryAccess.cuh187 struct unroll { struct
189 data_t data;
190 int remaining;
191 inp_calc_t input_offset_calculator;
192 out_calc_t output_offset_calculator;
193 loader_t loader;
194 storer_t storer;
196 …__device__ unroll(data_t data, int remaining, inp_calc_t ic, out_calc_t oc, loader_t l, storer_t s… in unroll() function
199 __device__ inline bool check_inbounds(int thread_work_elem) { in check_inbounds()
204 __device__ inline void load(args_t *args, int idx) { in load()
[all …]
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DHelpers.inl35 static void unroll(T &&it, Ts &&... iterators) function
43 static void unroll() function
53 static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators) function
69 static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators) function
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DArithmeticDivision.cpp43 … static void unroll(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2, SimpleTensor<T> &dst, in unroll() function
70 … static void unroll(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2, SimpleTensor<T> &dst, in unroll() function
H A DLogical.cpp60 …static void unroll(arm_compute::LogicalOperation op, const SimpleTensor<T> &src1, const SimpleTens… in unroll() function
87 …static void unroll(arm_compute::LogicalOperation op, const SimpleTensor<T> &src1, const SimpleTens… in unroll() function
H A DComparisons.cpp73 static void unroll(ComparisonOperation op, in unroll() function
101 static void unroll(ComparisonOperation op, in unroll() function
H A DArithmeticOperations.cpp56 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
83 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
H A DElementwiseOperations.cpp121 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
145 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
H A DPixelWiseMultiplication.cpp182 …static void unroll(const SimpleTensor<T1> &src1, const SimpleTensor<T2> &src2, SimpleTensor<T3> &d… in unroll() function
207 …static void unroll(const SimpleTensor<T1> &src1, const SimpleTensor<T2> &src2, SimpleTensor<T3> &d… in unroll() function
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/optimizer/
Dunroller.rs12 pub fn unroll(rule: Rule) -> Rule { in unroll() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Drecurrent.py396 unroll=False, argument
1545 unroll=False, argument
2083 unroll=False, argument
2757 unroll=False, argument
H A Drecurrent_v2.py367 unroll=False, argument
1093 unroll=False, argument
H A Dconvolutional_recurrent.py160 unroll=False, argument
/aosp_15_r20/art/test/627-checker-unroll/src/
H A DMain.java38 public static void unroll() { in unroll() method in Main
/aosp_15_r20/external/pytorch/caffe2/perfkernels/
H A Dhp_emblookup_codegen.py11 def unroll(uf, IndexType, InType, OutType, use_weights, isa, fused, use_offsets): function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dvpclmulqdq.rs103 macro_rules! unroll { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dvpclmulqdq.rs103 macro_rules! unroll { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dvpclmulqdq.rs103 macro_rules! unroll { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dvpclmulqdq.rs103 macro_rules! unroll { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dvpclmulqdq.rs103 macro_rules! unroll { macro
/aosp_15_r20/art/test/656-checker-simd-opt/src/
H A DMain.java62 private static void unroll(float[] x, float[] y) { in unroll() method in Main
/aosp_15_r20/external/zstd/lib/common/
H A Dfse_decompress.c123 size_t const unroll = 2; in FSE_buildDTable_internal() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_template_kernel.py174 def unroll_pragma(self, unroll): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dloop_unrolling.cpp166 void unroll(Node* loop) { in unroll() function
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp3054 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local
3342 const char *unroll = in handleExcessiveLoop() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dfse_compress.c142 size_t const unroll = 2; /* Experimentally determined optimal unroll */ in FSE_buildCTable_wksp() local

12