Searched refs:m_colIndex (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 553 m_base_mapper.computeBaseIndices(m_col_offset, m_rowIndex, m_colIndex, in TensorContractionSubMapper() 561 m_base_mapper.computeBaseIndices(m_col_offset, m_rowIndex, m_colIndex, in TensorContractionSubMapper() 565 return m_base_mapper.loadCoeff(i + m_depth_offset, m_rowIndex, m_colIndex, in operator() 574 return m_base_mapper.loadPacket(i + m_depth_offset, m_rowIndex, m_colIndex, in loadPacket() 585 m_colIndex, m_otherIndex); in loadCoeffStandard() 590 m_colIndex, m_otherIndex); in loadPacketFast() 595 m_colIndex, m_otherIndex); in loadPacketStandard() 713 const Index c = m_colIndex + col; in padCol() 719 const Index c = m_colIndex + col; in baseIndex() 765 Index m_colIndex; variable
|
D | eigen_cuboid_convolution.h | 722 m_colIndex, m_otherIndex); in TensorContractionSubMapper() 730 m_colIndex, m_otherIndex); in TensorContractionSubMapper() 734 m_colIndex, m_otherIndex); in operator() 743 m_rowIndex, m_colIndex, m_otherIndex); in loadPacket() 754 i + m_depth_offset, m_planeIndex, m_rowIndex, m_colIndex, m_otherIndex); in loadCoeffStandard() 759 m_rowIndex, m_colIndex, m_otherIndex); in loadPacketFast() 764 i + m_depth_offset, m_planeIndex, m_rowIndex, m_colIndex, m_otherIndex); in loadPacketStandard() 897 const Index c = m_colIndex + col; in padCol() 905 const Index c = m_colIndex + col; in baseIndex() 963 Index m_colIndex; variable
|