Searched refs:TensorCwiseBinaryOp (Results 1 – 7 of 7) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorExpr.h | 142 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 …]
|
D | TensorBase.h | 138 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 …]
|
D | TensorDevice.h | 42 …typedef TensorCwiseBinaryOp<internal::scalar_sum_op<Scalar>, const ExpressionType, const OtherDeri… 53 …typedef TensorCwiseBinaryOp<internal::scalar_difference_op<Scalar>, const ExpressionType, const Ot…
|
D | TensorForwardDeclarations.h | 33 template<typename BinaryOp, typename LeftXprType, typename RightXprType> class TensorCwiseBinaryOp; variable
|
D | TensorEvaluator.h | 361 struct TensorEvaluator<const TensorCwiseBinaryOp<BinaryOp, LeftArgType, RightArgType>, Device> 363 typedef TensorCwiseBinaryOp<BinaryOp, LeftArgType, RightArgType> XprType;
|
D | README.md | 178 TensorCwiseBinaryOp<scalar_sum>, which has references to the tensors 190 TensorCwiseBinaryOp<scalar_sum>(t1, TensorCwiseUnaryOp<scalar_mul>(t2, 0.3f))
|
/external/tensorflow/tensorflow/core/kernels/ |
D | redux_functor.h | 92 buf = Eigen::TensorCwiseBinaryOp<BinaryFunctor, const decltype(buf), in operator() 112 buf0 = Eigen::TensorCwiseBinaryOp<BinaryFunctor, const decltype(buf0), in operator()
|