HomeSort by relevance Sort by last modified time
    Searched refs:TensorStridingSlicingOp (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMorphing.h 609 struct traits<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> > : public traits<XprType>
622 struct eval<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType>, Eigen::Dense>
624 typedef const TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType>& type;
628 struct nested<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType>, 1, typename eval<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> >::type>
630 typedef TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> type;
637 class TensorStridingSlicingOp : public TensorBase<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> >
640 typedef typename internal::traits<TensorStridingSlicingOp>::Scalar Scalar;
642 typedef typename internal::nested<TensorStridingSlicingOp>::type Nested
    [all...]
TensorForwardDeclarations.h 56 template<typename StartIndices, typename StopIndices, typename Strides, typename XprType> class TensorStridingSlicingOp;
TensorBase.h     [all...]

Completed in 86 milliseconds