Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_cuboid_convolution.h149 m_patch_plane_inflate_strides = tensor.impl().planeInflateStride(); in TensorContractionInputMapper()
187 internal::TensorIntDivisor<Index>(m_patch_plane_inflate_strides); in TensorContractionInputMapper()
247 m_patch_plane_inflate_strides = base_mapper.m_patch_plane_inflate_strides; in TensorContractionInputMapper()
279 m_in_col_strides != 1 || m_patch_plane_inflate_strides != 1 || in nonStandardPatches()
378 (m_patch_plane_inflate_strides == 1) in loadCoeff()
387 (inputPlane != origInputPlane * m_patch_plane_inflate_strides)) { in loadCoeff()
842 Index m_patch_plane_inflate_strides; variable