Home
last modified time | relevance | path

Searched defs:bessel_j0 (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DBesselFunctionsArrayAPI.h212 bessel_j0(const Eigen::ArrayBase<Derived>& x) { in bessel_j0() function
DBesselFunctionsHalf.h31 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half bessel_j0(const Eigen::half& x) { in bessel_j0() function
DBesselFunctionsBFloat16.h32 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 bessel_j0(const Eigen::bfloat16& x) { in bessel_j0() function
/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py479 def bessel_j0(x, name=None): function
/external/tensorflow/tensorflow/core/kernels/special_math/
Dspecial_math_op_misc_impl.h710 struct bessel_j0 : base<T, Eigen::internal::scalar_bessel_j0_op<T>> {}; struct
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h164 bessel_j0() const { in bessel_j0() function