HomeSort by relevance Sort by last modified time
    Searched refs:scalar_erfc_op (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsFunctors.h 214 template<typename Scalar> struct scalar_erfc_op { struct in namespace:Eigen::internal
215 EIGEN_EMPTY_STRUCT_CTOR(scalar_erfc_op)
223 struct functor_traits<scalar_erfc_op<Scalar> >
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 473 typedef CwiseUnaryOp<internal::scalar_erfc_op<Scalar>, const Derived> ErfcReturnType;
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 72 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(erfc,scalar_erfc_op,complement error function,\sa ArrayBase::erfc)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 215 template<typename Scalar> struct scalar_erfc_op;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 171 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_erfc_op<Scalar>, const Derived>
173 return unaryExpr(internal::scalar_erfc_op<Scalar>());
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 617 struct erfc : base<T, Eigen::internal::scalar_erfc_op<T>> {};
    [all...]

Completed in 281 milliseconds