Home
last modified time | relevance | path

Searched defs:tmp_values (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_int.h67 __at_align__ int64_t tmp_values[size()]; in blend() local
105 __at_align__ int64_t tmp_values[size()]; in loadu() local
121 __at_align__ int64_t tmp_values[size()]; variable
228 __at_align__ int32_t tmp_values[size()]; in loadu() local
244 __at_align__ int32_t tmp_values[size()]; variable
352 __at_align__ int16_t tmp_values[size()]; in blend() local
442 __at_align__ int16_t tmp_values[size()]; in loadu() local
458 __at_align__ int16_t tmp_values[size()]; variable
536 __at_align__ T tmp_values[size()]; in blend() local
694 __at_align__ T tmp_values[size()]; in loadu() local
[all …]
H A Dvec256_double.h80 __at_align__ double tmp_values[size()]; variable
97 double tmp_values[size()]; variable
H A Dvec256_float.h88 __at_align__ float tmp_values[size()]; variable
103 float tmp_values[size()]; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_int.h58 __at_align__ int64_t tmp_values[size()]; in blend() local
96 __at_align__ int64_t tmp_values[size()]; in loadu() local
112 __at_align__ int64_t tmp_values[size()]; variable
218 __at_align__ int32_t tmp_values[size()]; in loadu() local
234 __at_align__ int32_t tmp_values[size()]; variable
341 __at_align__ int16_t tmp_values[size()]; in blend() local
431 __at_align__ int16_t tmp_values[size()]; in loadu() local
447 __at_align__ int16_t tmp_values[size()]; variable
524 __at_align__ T tmp_values[size()]; in blend() local
692 __at_align__ T tmp_values[size()]; in loadu() local
[all …]
H A Dvec256_complex_double.h87 __at_align__ double tmp_values[2*size()]; variable
104 double tmp_values[2*size()]; variable
H A Dvec256_complex_float.h122 __at_align__ float tmp_values[2*size()]; variable
139 float tmp_values[2*size()]; variable
H A Dvec256_double.h72 __at_align__ double tmp_values[size()]; variable
89 double tmp_values[size()]; variable
H A Dvec256_float.h80 __at_align__ float tmp_values[size()]; variable
95 float tmp_values[size()]; variable
H A Dvec256_bfloat16.h206 __at_align__ int16_t tmp_values[size()]; variable
214 __at_align__ int16_t tmp_values[size()]; variable
221 __at_align__ int16_t tmp_values[size()]; in blend() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_int64_vsx.h152 __at_align__ double tmp_values[size()] = {}; variable
165 __at_align__ double tmp_values[size()]; variable
H A Dvec256_int32_vsx.h202 __at_align__ value_type tmp_values[size()] = {}; variable
212 __at_align__ value_type tmp_values[size()]; variable
H A Dvec256_int16_vsx.h272 __at_align__ value_type tmp_values[size()] = {}; variable
282 __at_align__ value_type tmp_values[size()]; variable
H A Dvec256_double_vsx.h174 __at_align__ value_type tmp_values[size()] = {}; variable
184 __at_align__ value_type tmp_values[size()]; variable
H A Dvec256_float_vsx.h183 __at_align__ value_type tmp_values[size()] = {}; variable
193 __at_align__ value_type tmp_values[size()]; variable
H A Dvec256_complex_double_vsx.h145 __at_align__ value_type tmp_values[size()] = {}; variable
157 __at_align__ value_type tmp_values[size()]; variable
H A Dvec256_complex_float_vsx.h206 __at_align__ value_type tmp_values[size()] = {}; variable
219 __at_align__ value_type tmp_values[size()]; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_complex_double.h127 __at_align__ double tmp_values[2*size()]; variable
144 double tmp_values[2*size()]; variable
H A Dvec512_complex_float.h632 __at_align__ float tmp_values[2*size()]; variable
649 float tmp_values[2*size()]; variable
H A Dvec512_bfloat16.h224 __at_align__ int16_t tmp_values[size()]; in blend() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalStorageImpl.cpp47 std::vector<at::Tensor> tmp_values({base}); in apply_update() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSorting.cpp437 auto tmp_values = self.clone(at::MemoryFormat::Contiguous); in kthvalue_out_impl_cpu() local
459 TensorAccessor<scalar_t, 1> tmp_values( in kthvalue_out_impl_cpu() local