Home
last modified time | relevance | path

Searched defs:_log_add_exp_helper (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DLogAddExp.h22 scalar_t _log_add_exp_helper(scalar_t x, scalar_t y) { in _log_add_exp_helper() function
36 c10::complex<scalar_t> _log_add_exp_helper(const c10::complex<scalar_t>& x, const c10::complex<scal… in _log_add_exp_helper() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DLogcumsumexpKernel.cu31 __host__ __device__ scalar_t _log_add_exp_helper(const scalar_t& x, const scalar_t& y) { in _log_add_exp_helper() function
74 __host__ __device__ c10::complex<scalar_t> _log_add_exp_helper(const c10::complex<scalar_t>& x, con… in _log_add_exp_helper() function