Home
last modified time | relevance | path

Searched refs:igamma (Results 1 – 25 of 34) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Igamma.pbtxt4 name: "math.igamma"
7 name: "igamma"
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_igammas.cc20 REGISTER2(BinaryOp, CPU, "Igamma", functor::igamma, float, double);
24 REGISTER2(BinaryOp, GPU, "Igamma", functor::igamma, float, double);
Dcwise_op_gpu_igammas_double.cu.cc23 DEFINE_BINARY1(igamma, double);
Dcwise_op_gpu_igammas_float.cu.cc23 DEFINE_BINARY1(igamma, float);
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h43 Packet pigamma(const Packet& a, const Packet& x) { using numext::igamma; return igamma(a, x); } in pigamma()
DSpecialFunctionsHalf.h33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half igamma(const Eigen::half& a, const Eig… in igamma() function
34 return Eigen::half(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x))); in igamma()
DSpecialFunctionsFunctors.h28 using numext::igamma; return igamma(a, x); in EIGEN_EMPTY_STRUCT_CTOR()
DSpecialFunctionsArrayAPI.h28 igamma(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x) in igamma() function
DSpecialFunctionsImpl.h1543 EIGEN_DEVICE_FUNC inline EIGEN_MATHFUNC_RETVAL(igamma, Scalar)
1544 igamma(const Scalar& a, const Scalar& x) {
1545 return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
/external/eigen/unsupported/test/
Dspecial_functions.cpp74 ArrayType gamma_a_x = Eigen::igamma(a, x) * a.lgamma().exp(); in array_special_functions()
75 ArrayType gamma_a_m1_x = Eigen::igamma(a_m1, x) * a_m1.lgamma().exp(); in array_special_functions()
120 VERIFY((std::isnan)(numext::igamma(a_s[i], x_s[j]))); in array_special_functions()
122 VERIFY_IS_APPROX(numext::igamma(a_s[i], x_s[j]), igamma_s[i][j]); in array_special_functions()
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py98 igamma = _core.igamma variable
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_IgammaGradA.pbtxt4 summary: "Computes the gradient of `igamma(a, x)` wrt `a`."
/external/eigen/unsupported/Eigen/
DSpecialFunctions31 * - igamma
/external/tensorflow/tensorflow/python/ops/distributions/
Dgamma.py233 return math_ops.igamma(self.concentration, self.rate * x)
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_grad_test.py184 cdf = math_ops.igamma(alpha, sample_sg)
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1197 igamma = define_binary_op('igamma', math_ops.igamma) variable
Dcore_test.py843 ('igamma', None, math_ops.igamma, core.igamma),
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dmath_test.py167 math_ops.igamma,
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py160 ("Igamma", math_ops.igamma),
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox457 \link Eigen::igamma igamma\endlink(a,x);
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_binary_test.py225 math_ops.igamma)
293 math_ops.igamma)
/external/pdfium/third_party/libpng16/
Dpngrutil.c1112 png_fixed_point igamma; in png_handle_gAMA() local
1139 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1141 png_colorspace_set_gamma(png_ptr, &png_ptr->colorspace, igamma); in png_handle_gAMA()
/external/libpng/
Dpngrutil.c1122 png_fixed_point igamma; in png_handle_gAMA() local
1149 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1151 png_colorspace_set_gamma(png_ptr, &png_ptr->colorspace, igamma); in png_handle_gAMA()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt164 name: "igamma"

12