Home
last modified time | relevance | path

Searched refs:TensorCwiseBinaryOp (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorExpr.h142 struct traits<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType> >
171 struct eval<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>, Eigen::Dense>
173 typedef const TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>& type;
177 struct nested<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>, 1, typename eval<TensorCwiseBi…
179 typedef TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType> type;
187 class TensorCwiseBinaryOp : public TensorBase<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>…
192 typedef typename Eigen::internal::traits<TensorCwiseBinaryOp>::Scalar Scalar;
195 typedef typename Eigen::internal::nested<TensorCwiseBinaryOp>::type Nested;
196 typedef typename Eigen::internal::traits<TensorCwiseBinaryOp>::StorageKind StorageKind;
197 typedef typename Eigen::internal::traits<TensorCwiseBinaryOp>::Index Index;
[all …]
DTensorBase.h138 const TensorCwiseBinaryOp<internal::scalar_igamma_op<Scalar>, const Derived, const OtherDerived>
145 … const TensorCwiseBinaryOp<internal::scalar_igammac_op<Scalar>, const Derived, const OtherDerived>
152 const TensorCwiseBinaryOp<internal::scalar_zeta_op<Scalar>, const Derived, const OtherDerived>
159 …const TensorCwiseBinaryOp<internal::scalar_polygamma_op<Scalar>, const Derived, const OtherDerived>
291 …EIGEN_STRONG_INLINE const TensorCwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, cons…
297 …EIGEN_STRONG_INLINE const TensorCwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, cons…
328 EIGEN_STRONG_INLINE const TensorCwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>
330 …return TensorCwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other, fu… in binaryExpr()
335 const TensorCwiseBinaryOp<internal::scalar_sum_op<Scalar>, const Derived, const OtherDerived>
341 …const TensorCwiseBinaryOp<internal::scalar_difference_op<Scalar>, const Derived, const OtherDerive…
[all …]
DTensorDevice.h42 …typedef TensorCwiseBinaryOp<internal::scalar_sum_op<Scalar>, const ExpressionType, const OtherDeri…
53 …typedef TensorCwiseBinaryOp<internal::scalar_difference_op<Scalar>, const ExpressionType, const Ot…
DTensorForwardDeclarations.h33 template<typename BinaryOp, typename LeftXprType, typename RightXprType> class TensorCwiseBinaryOp; variable
DTensorEvaluator.h361 struct TensorEvaluator<const TensorCwiseBinaryOp<BinaryOp, LeftArgType, RightArgType>, Device>
363 typedef TensorCwiseBinaryOp<BinaryOp, LeftArgType, RightArgType> XprType;
DREADME.md178 TensorCwiseBinaryOp<scalar_sum>, which has references to the tensors
190 TensorCwiseBinaryOp<scalar_sum>(t1, TensorCwiseUnaryOp<scalar_mul>(t2, 0.3f))