Home
last modified time | relevance | path

Searched refs:stopIndices (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h748 …stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() argument
750 const Derived>(derived(), startIndices, stopIndices, strides); in stridedSlice()
929 …stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() argument
931 const Derived>(derived(), startIndices, stopIndices, strides); in stridedSlice()
935 …stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() argument
937 Derived>(derived(), startIndices, stopIndices, strides); in stridedSlice()
DTensorMorphing.h648 const StopIndices& stopIndices, const Strides& strides)
649 : m_xpr(expr), m_startIndices(startIndices), m_stopIndices(stopIndices),
655 const StartIndices& stopIndices() const { return m_stopIndices; }
717 stopIndicesClamped[i] = clamp(op.stopIndices()[i], 0, m_impl.dimensions()[i]);
721 stopIndicesClamped[i] = clamp(op.stopIndices()[i], -1, m_impl.dimensions()[i] - 1);