Home
last modified time | relevance | path

Searched refs:TensorCwiseUnaryOp (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h70 EIGEN_STRONG_INLINE const TensorCwiseUnaryOp<CustomUnaryOp, const Derived>
72 return TensorCwiseUnaryOp<CustomUnaryOp, const Derived>(derived(), func); in unaryExpr()
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 …]
DTensorExpr.h81 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, Xp…
103 typedef TensorCwiseUnaryOp<UnaryOp, XprType> type;
111 class TensorCwiseUnaryOp : public TensorBase<TensorCwiseUnaryOp<UnaryOp, XprType>, ReadOnlyAccessor…
116 typedef typename Eigen::internal::traits<TensorCwiseUnaryOp>::Scalar Scalar;
119 typedef typename Eigen::internal::nested<TensorCwiseUnaryOp>::type Nested;
120 typedef typename Eigen::internal::traits<TensorCwiseUnaryOp>::StorageKind StorageKind;
121 typedef typename Eigen::internal::traits<TensorCwiseUnaryOp>::Index Index;
[all …]
DTensorForwardDeclarations.h32 template<typename UnaryOp, typename XprType> class TensorCwiseUnaryOp; variable
DTensorEvaluator.h293 struct TensorEvaluator<const TensorCwiseUnaryOp<UnaryOp, ArgType>, Device>
295 typedef TensorCwiseUnaryOp<UnaryOp, ArgType> XprType;
DREADME.md190 TensorCwiseBinaryOp<scalar_sum>(t1, TensorCwiseUnaryOp<scalar_mul>(t2, 0.3f))