Searched refs:TensorCustomBinaryOp (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorCustomOp.h | 167 struct traits<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType> > 186 struct eval<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType>, Eigen::Dense> 188 typedef const TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType>& type; 192 struct nested<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType> > 194 typedef TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType> type; 202 class TensorCustomBinaryOp : public TensorBase<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, R… 205 typedef typename internal::traits<TensorCustomBinaryOp>::Scalar Scalar; 207 typedef typename internal::traits<TensorCustomBinaryOp>::CoeffReturnType CoeffReturnType; 208 typedef typename internal::nested<TensorCustomBinaryOp>::type Nested; 209 typedef typename internal::traits<TensorCustomBinaryOp>::StorageKind StorageKind; [all …]
|
D | TensorForwardDeclarations.h | 63 …te<typename CustomBinaryFunc, typename LhsXprType, typename RhsXprType> class TensorCustomBinaryOp; variable
|
D | TensorBase.h | 808 …const TensorCustomBinaryOp<const CustomBinaryFunc, const Derived, const OtherDerived> customOp(con… in customOp() 809 …return TensorCustomBinaryOp<const CustomBinaryFunc, const Derived, const OtherDerived>(derived(), … in customOp()
|