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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorImagePatch.h294 m_patchInputStride = m_inputDepth * m_inputRows * m_inputCols;
358 const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputStride;
413 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;
486 Index m_patchInputStride; member in struct:Eigen::TensorEvaluator
/external/tensorflow/tensorflow/core/kernels/
H A Deigen_spatial_convolutions.h109 m_patchInputStride = patch_depth * m_inputRows * m_inputCols;
136 m_patchInputStride = base_mapper.m_patchInputStride;
410 otherIndex *= m_patchInputStride;
434 Index m_patchInputStride; // patch stride in the input tensor

Completed in 69 milliseconds