Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h123 m_patch_row_stride = patch_depth; in TensorContractionInputMapper()
124 m_patch_col_stride = patch_rows * m_patch_row_stride; in TensorContractionInputMapper()
156 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()
175 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()
632 Index m_patch_row_stride; variable
835 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in patchRowStride()
846 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in fastPatchRowStride()
Deigen_cuboid_convolution.h123 m_patch_row_stride = m_patch_planes * m_patch_plane_stride; in TensorContractionInputMapper()
124 m_patch_col_stride = m_patch_rows * m_patch_row_stride; in TensorContractionInputMapper()
182 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()
216 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()
807 Index m_patch_row_stride; variable
1044 return m_base_mapper.m_patch_row_stride; in patchRowStride()