/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | MemoryAccess.cuh | 187 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 D | Helpers.inl | 35 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 D | ArithmeticDivision.cpp | 43 … 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 D | Logical.cpp | 60 …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 D | Comparisons.cpp | 73 static void unroll(ComparisonOperation op, in unroll() function 101 static void unroll(ComparisonOperation op, in unroll() function
|
H A D | ArithmeticOperations.cpp | 56 …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 D | ElementwiseOperations.cpp | 121 …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 D | PixelWiseMultiplication.cpp | 182 …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/ |
D | unroller.rs | 12 pub fn unroll(rule: Rule) -> Rule { in unroll() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/ |
H A D | recurrent.py | 396 unroll=False, argument 1545 unroll=False, argument 2083 unroll=False, argument 2757 unroll=False, argument
|
H A D | recurrent_v2.py | 367 unroll=False, argument 1093 unroll=False, argument
|
H A D | convolutional_recurrent.py | 160 unroll=False, argument
|
/aosp_15_r20/art/test/627-checker-unroll/src/ |
H A D | Main.java | 38 public static void unroll() { in unroll() method in Main
|
/aosp_15_r20/external/pytorch/caffe2/perfkernels/ |
H A D | hp_emblookup_codegen.py | 11 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 D | vpclmulqdq.rs | 103 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 D | vpclmulqdq.rs | 103 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 D | vpclmulqdq.rs | 103 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 D | vpclmulqdq.rs | 103 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 D | vpclmulqdq.rs | 103 macro_rules! unroll { macro
|
/aosp_15_r20/art/test/656-checker-simd-opt/src/ |
H A D | Main.java | 62 private static void unroll(float[] x, float[] y) { in unroll() method in Main
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | fse_decompress.c | 123 size_t const unroll = 2; in FSE_buildDTable_internal() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp_template_kernel.py | 174 def unroll_pragma(self, unroll): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | loop_unrolling.cpp | 166 void unroll(Node* loop) { in unroll() function
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | OutputHLSL.cpp | 3054 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 D | fse_compress.c | 142 size_t const unroll = 2; /* Experimentally determined optimal unroll */ in FSE_buildCTable_wksp() local
|