Home
last modified time | relevance | path

Searched refs:tmp_sum_scalar (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSoftMaxKernel.cpp57 auto tmp_sum_scalar = std::make_unique<scalar_t[]>(CHUNK_SIZE); in _vec_log_softmax_lastdim() local
75 tmp_sum_scalar[j] = vec::map_reduce_all<scalar_t>( in _vec_log_softmax_lastdim()
85 tmp_sum_scalar.get(), in _vec_log_softmax_lastdim()
86 tmp_sum_scalar.get(), in _vec_log_softmax_lastdim()
92 scalar_t tmp_sum = tmp_sum_scalar[j]; in _vec_log_softmax_lastdim()