HomeSort by relevance Sort by last modified time
    Searched defs:inputRows (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 402 const Index inputRows[2] = {rowIndex * m_row_strides + rowOffsets[0] -
405 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
409 if (inputRows[0] >= 0 && inputRows[1] < m_inputRows) {
413 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;
TensorVolumePatch.h 457 const Index inputRows[2] = {
461 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
465 if (inputRows[0] != inputRows[1]) {
487 inputRows[0] * m_rowInputStride +

Completed in 528 milliseconds