Searched refs:m_fastInputPlaneStride (Results 1 – 3 of 3) sorted by relevance
224 m_fastInputPlaneStride = in CustomTensorEvaluator()311 : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0); in coeff()515 : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0); in coeff()622 internal::TensorIntDivisor<Index> m_fastInputPlaneStride; member
184 m_fastInputPlaneStride = in TensorContractionInputMapper()259 m_fastInputPlaneStride = base_mapper.m_fastInputPlaneStride; in TensorContractionInputMapper()378 : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0); in loadCoeff()664 internal::TensorIntDivisor<Index> m_fastInputPlaneStride; variable
330 m_fastInputPlaneStride = internal::TensorIntDivisor<Index>(m_plane_inflate_strides);390 …flate_strides == 1) ? inputPlane : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0);592 internal::TensorIntDivisor<Index> m_fastInputPlaneStride;