Home
last modified time | relevance | path

Searched defs:igamma (Results 1 – 18 of 18) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsArrayAPI.h28 igamma(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x) in igamma() function
DSpecialFunctionsBFloat16.h36 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 igamma(const Eigen::bfloat16& a, c… in igamma() function
DSpecialFunctionsHalf.h36 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half igamma(const Eigen::half& a, const Eig… in igamma() function
/external/pytorch/aten/src/ATen/cpu/vec/vec256/
Dvec256_double.h198 Vectorized<double> igamma(const Vectorized<double> &x) const { in igamma() function
Dvec256_float.h325 Vectorized<float> igamma(const Vectorized<float> &x) const { in igamma() function
Dvec256_bfloat16.h482 Vectorized<T> igamma(const Vectorized<T> &x) const { in igamma() function
/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
Dvec256_float_vsx.h408 Vectorized<float> igamma(const Vectorized<float>& x) const { in igamma() function
Dvec256_double_vsx.h359 Vectorized<double> igamma(const Vectorized<double>& x) const { in igamma() function
/external/pytorch/aten/src/ATen/cpu/vec/vec512/
Dvec512_double.h207 Vectorized<double> igamma(const Vectorized<double> &x) const { in igamma() function
Dvec512_float.h347 Vectorized<float> igamma(const Vectorized<float> &x) const { in igamma() function
Dvec512_bfloat16.h566 Vectorized<T> igamma(const Vectorized<T> &x) const { in igamma() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py205 igamma = _broadcasting_binary_op(math_ops.igamma) variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h213 igamma(const OtherDerived& other) const { in igamma() function
/external/pytorch/aten/src/ATen/cpu/vec/
Dvec_base.h514 Vectorized<T> igamma(const Vectorized<T> &x) const { in igamma() function
/external/libpng/
Dpngrutil.c1120 png_fixed_point igamma; in png_handle_gAMA() local
/external/pytorch/torch/_prims/
D__init__.py1079 igamma = _make_elementwise_binary_prim( variable
/external/pytorch/torch/_inductor/
Dops_handler.py569 def igamma(self, x: T, y: T) -> T: member in OpsHandler
/external/pytorch/torch/_refs/
D__init__.py1433 def igamma(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function