Searched refs:m_startIndices (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMorphing.h649 : m_xpr(expr), m_startIndices(startIndices), m_stopIndices(stopIndices),
653 const StartIndices& startIndices() const { return m_startIndices; }
686 const StartIndices m_startIndices; member in class:Eigen::TensorStridingSlicingOp
723 m_startIndices[i] = startIndicesClamped[i];
843 DSizes<Index, NumDims> m_startIndices; // clamped startIndices member in struct:Eigen::TensorEvaluator

Completed in 84 milliseconds