Searched refs:TensorConcatenationOp (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorConcatenation.h | 24 struct traits<TensorConcatenationOp<Axis, LhsXprType, RhsXprType> > 43 struct eval<TensorConcatenationOp<Axis, LhsXprType, RhsXprType>, Eigen::Dense> 45 typedef const TensorConcatenationOp<Axis, LhsXprType, RhsXprType>& type; 49 struct nested<TensorConcatenationOp<Axis, LhsXprType, RhsXprType>, 1, typename eval<TensorConcatena… 51 typedef TensorConcatenationOp<Axis, LhsXprType, RhsXprType> type; 58 class TensorConcatenationOp : public TensorBase<TensorConcatenationOp<Axis, LhsXprType, RhsXprType>… 61 typedef typename internal::traits<TensorConcatenationOp>::Scalar Scalar; 62 typedef typename internal::traits<TensorConcatenationOp>::StorageKind StorageKind; 63 typedef typename internal::traits<TensorConcatenationOp>::Index Index; 64 typedef typename internal::nested<TensorConcatenationOp>::type Nested; [all …]
|
D | TensorBase.h | 675 const TensorConcatenationOp<Axis, const Derived, const OtherDerived> 677 …return TensorConcatenationOp<Axis, const Derived, const OtherDerived>(derived(), other.derived(), … in concatenate() 895 const TensorConcatenationOp<const Axis, const Derived, const OtherDerived> 897 …return TensorConcatenationOp<const Axis, const Derived, const OtherDerived>(derived(), other, axis… in concatenate() 900 TensorConcatenationOp<const Axis, Derived, OtherDerived> 902 return TensorConcatenationOp<const Axis, Derived, OtherDerived>(derived(), other, axis); in concatenate()
|
D | TensorForwardDeclarations.h | 39 template<typename Axis, typename LeftXprType, typename RightXprType> class TensorConcatenationOp; variable
|