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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 70 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<CustomUnaryOp, const Derived>
72 return TensorCwiseUnaryOp<CustomUnaryOp, const Derived>(derived(), func);
77 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_opposite_op<Scalar>, const Derived>
83 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const Derived>
89 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_sign_op<Scalar>, const Derived>
95 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_rsqrt_op<Scalar>, const Derived>
101 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_square_op<Scalar>, const Derived>
107 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_cube_op<Scalar>, const Derived>
113 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const Derived>
119 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<internal::scalar_tanh_op<Scalar>, const Derived
    [all...]
TensorExpr.h 23 * The TensorCwiseUnaryOp class represents an expression where a unary operator
81 struct traits<TensorCwiseUnaryOp<UnaryOp, XprType> >
95 struct eval<TensorCwiseUnaryOp<UnaryOp, XprType>, Eigen::Dense>
97 typedef const TensorCwiseUnaryOp<UnaryOp, XprType>& type;
101 struct nested<TensorCwiseUnaryOp<UnaryOp, XprType>, 1, typename eval<TensorCwiseUnaryOp<UnaryOp, XprType> >::type>
103 typedef TensorCwiseUnaryOp<UnaryOp, XprType> type;
111 class TensorCwiseUnaryOp : public TensorBase<TensorCwiseUnaryOp<UnaryOp, XprType>, ReadOnlyAccessors>
116 typedef typename Eigen::internal::traits<TensorCwiseUnaryOp>::Scalar Scalar
    [all...]
TensorForwardDeclarations.h 32 template<typename UnaryOp, typename XprType> class TensorCwiseUnaryOp;
TensorEvaluator.h 293 struct TensorEvaluator<const TensorCwiseUnaryOp<UnaryOp, ArgType>, Device>
295 typedef TensorCwiseUnaryOp<UnaryOp, ArgType> XprType;

Completed in 81 milliseconds