Home
last modified time | relevance | path

Searched refs:m_patchInputStride (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h294 m_patchInputStride = m_inputDepth * m_inputRows * m_inputCols;
358 …rigInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputStride;
413 …nputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;
486 Index m_patchInputStride;
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h145 m_patchInputStride = patch_depth * m_inputRows * m_inputCols; in TensorContractionInputMapper()
180 m_patchInputStride = base_mapper.m_patchInputStride; in TensorContractionInputMapper()
457 otherIndex *= m_patchInputStride; in computeBaseIndices()
488 Index m_patchInputStride; // patch stride in the input tensor variable
Deigen_cuboid_convolution.h168 m_patchInputStride = in TensorContractionInputMapper()
225 m_patchInputStride = base_mapper.m_patchInputStride; in TensorContractionInputMapper()
593 otherIndex *= m_patchInputStride; in computeBaseIndices()
626 Index m_patchInputStride; // Patch stride in the input tensor variable