/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsArrayAPI.h | 28 igamma(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x) in igamma() function
|
D | SpecialFunctionsBFloat16.h | 36 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 igamma(const Eigen::bfloat16& a, c… in igamma() function
|
D | SpecialFunctionsHalf.h | 36 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/ |
D | vec256_double.h | 198 Vectorized<double> igamma(const Vectorized<double> &x) const { in igamma() function
|
D | vec256_float.h | 325 Vectorized<float> igamma(const Vectorized<float> &x) const { in igamma() function
|
D | vec256_bfloat16.h | 482 Vectorized<T> igamma(const Vectorized<T> &x) const { in igamma() function
|
/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/ |
D | vec256_float_vsx.h | 408 Vectorized<float> igamma(const Vectorized<float>& x) const { in igamma() function
|
D | vec256_double_vsx.h | 359 Vectorized<double> igamma(const Vectorized<double>& x) const { in igamma() function
|
/external/pytorch/aten/src/ATen/cpu/vec/vec512/ |
D | vec512_double.h | 207 Vectorized<double> igamma(const Vectorized<double> &x) const { in igamma() function
|
D | vec512_float.h | 347 Vectorized<float> igamma(const Vectorized<float> &x) const { in igamma() function
|
D | vec512_bfloat16.h | 566 Vectorized<T> igamma(const Vectorized<T> &x) const { in igamma() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 205 igamma = _broadcasting_binary_op(math_ops.igamma) variable
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 213 igamma(const OtherDerived& other) const { in igamma() function
|
/external/pytorch/aten/src/ATen/cpu/vec/ |
D | vec_base.h | 514 Vectorized<T> igamma(const Vectorized<T> &x) const { in igamma() function
|
/external/libpng/ |
D | pngrutil.c | 1120 png_fixed_point igamma; in png_handle_gAMA() local
|
/external/pytorch/torch/_prims/ |
D | __init__.py | 1079 igamma = _make_elementwise_binary_prim( variable
|
/external/pytorch/torch/_inductor/ |
D | ops_handler.py | 569 def igamma(self, x: T, y: T) -> T: member in OpsHandler
|
/external/pytorch/torch/_refs/ |
D | __init__.py | 1433 def igamma(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
|