Searched refs:m_colIndex (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 720 m_base_mapper.computeBaseIndices(m_col_offset, m_rowIndex, m_colIndex, in TensorContractionSubMapper() 728 m_base_mapper.computeBaseIndices(m_col_offset, m_rowIndex, m_colIndex, in TensorContractionSubMapper() 732 return m_base_mapper.loadCoeff(i + m_depth_offset, m_rowIndex, m_colIndex, in operator() 741 return m_base_mapper.loadPacket(i + m_depth_offset, m_rowIndex, m_colIndex, in loadPacket() 752 m_colIndex, m_otherIndex); in loadCoeffStandard() 757 m_colIndex, m_otherIndex); in loadPacketFast() 763 i + m_depth_offset, m_rowIndex, m_colIndex, m_otherIndex); in loadPacketStandard() 927 const Index c = m_colIndex + col; in padCol() 935 const Index input_col = m_colIndex + col * m_base_mapper.m_in_col_strides; in padOrSkipCol() 948 const Index c = m_colIndex + col; in baseIndex() [all …]
|
D | eigen_cuboid_convolution.h | 915 m_colIndex, m_otherIndex); in TensorContractionSubMapper() 923 m_colIndex, m_otherIndex); in TensorContractionSubMapper() 927 m_colIndex, m_otherIndex); in operator() 936 m_rowIndex, m_colIndex, m_otherIndex); in loadPacket() 947 i + m_depth_offset, m_planeIndex, m_rowIndex, m_colIndex, m_otherIndex); in loadCoeffStandard() 952 m_rowIndex, m_colIndex, m_otherIndex); in loadPacketFast() 958 i + m_depth_offset, m_planeIndex, m_rowIndex, m_colIndex, m_otherIndex); in loadPacketStandard() 1091 const Index c = m_colIndex + col; in padCol() 1099 const Index c = m_colIndex + col; in baseIndex() 1157 Index m_colIndex; variable
|