Home
last modified time | relevance | path

Searched refs:TensorCustomBinaryOp (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCustomOp.h167 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 …]
DTensorForwardDeclarations.h63 …te<typename CustomBinaryFunc, typename LhsXprType, typename RhsXprType> class TensorCustomBinaryOp; variable
DTensorBase.h808 …const TensorCustomBinaryOp<const CustomBinaryFunc, const Derived, const OtherDerived> customOp(con… in customOp()
809 …return TensorCustomBinaryOp<const CustomBinaryFunc, const Derived, const OtherDerived>(derived(), … in customOp()