Home
last modified time | relevance | path

Searched defs:i0e (Results 1 – 13 of 13) sorted by relevance

/external/pytorch/torch/_refs/special/
D__init__.py94 def i0e(a: TensorLikeType) -> TensorLikeType: function
/external/pytorch/torch/special/
D__init__.py495 i0e = _add_docstr(_special.special_i0e, variable
/external/pytorch/aten/src/ATen/cpu/vec/vec256/
Dvec256_double.h192 Vectorized<double> i0e() const { in i0e() function
Dvec256_float.h319 Vectorized<float> i0e() const { in i0e() function
Dvec256_bfloat16.h450 Vectorized<T> i0e() const { in i0e() function
/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
Dvec256_float_vsx.h420 Vectorized<float> i0e() const { in i0e() function
Dvec256_double_vsx.h372 Vectorized<double> i0e() const { in i0e() function
/external/pytorch/aten/src/ATen/cpu/vec/vec512/
Dvec512_double.h201 Vectorized<double> i0e() const { in i0e() function
Dvec512_float.h341 Vectorized<float> i0e() const { in i0e() function
Dvec512_bfloat16.h534 Vectorized<T> i0e() const { in i0e() function
/external/pytorch/aten/src/ATen/cpu/vec/
Dvec_base.h508 Vectorized<T> i0e() const { in i0e() function
/external/pytorch/torch/csrc/api/include/torch/
Dspecial.h499 inline Tensor i0e(const Tensor& self) { in i0e() function
/external/pytorch/torch/_inductor/
Dops_handler.py584 def i0e(self, x: T) -> T: member in OpsHandler