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.h119 m_patch_row_stride = patch_depth; in TensorContractionInputMapper()
120 m_patch_col_stride = patch_rows * m_patch_row_stride; in TensorContractionInputMapper()
151 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()
170 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()
468 Index m_patch_row_stride; variable
667 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in patchRowStride()
678 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in fastPatchRowStride()
Deigen_cuboid_convolution.h121 m_patch_row_stride = m_patch_planes * m_patch_plane_stride; in TensorContractionInputMapper()
122 m_patch_col_stride = m_patch_rows * m_patch_row_stride; in TensorContractionInputMapper()
180 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()
214 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()
614 Index m_patch_row_stride; variable
850 return m_base_mapper.m_patch_row_stride; in patchRowStride()