Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_cuboid_convolution.h107 m_patch_depth = tensor.impl().dimensions()[0]; in TensorContractionInputMapper()
114 m_patch_depth = tensor.impl().dimensions()[NumDims - 1]; in TensorContractionInputMapper()
122 m_patch_plane_stride = m_patch_depth; in TensorContractionInputMapper()
132 m_patchStride = m_colStride * m_patch_cols * m_patch_depth; in TensorContractionInputMapper()
196 m_fastDimZero = internal::TensorIntDivisor<Index>(m_patch_depth); in TensorContractionInputMapper()
209 m_patch_depth = base_mapper.m_patch_depth; in TensorContractionInputMapper()
526 m_patch_depth) - in loadPacketStandardFromSingleColumnTwoRows()
799 Index m_patch_depth; // number of channels in the patch variable
1015 eigen_assert(m_base_mapper.m_patch_depth == in patchDepth()