Searched refs:m_fastInputRowStride (Results 1 – 4 of 4) sorted by relevance
220 m_fastInputRowStride = in CustomTensorEvaluator()293 : ((inputRow >= 0) ? (inputRow / m_fastInputRowStride) : 0); in coeff()500 : ((inputRow >= 0) ? (inputRow / m_fastInputRowStride) : 0); in coeff()623 internal::TensorIntDivisor<Index> m_fastInputRowStride; member
154 m_fastInputRowStride = in TensorContractionInputMapper()197 m_fastInputRowStride = base_mapper.m_fastInputRowStride; in TensorContractionInputMapper()300 : ((inputRow >= 0) ? (inputRow / m_fastInputRowStride) : 0); in loadCoeff()478 internal::TensorIntDivisor<Index> m_fastInputRowStride; variable
186 m_fastInputRowStride = in TensorContractionInputMapper()260 m_fastInputRowStride = base_mapper.m_fastInputRowStride; in TensorContractionInputMapper()370 : ((inputRow >= 0) ? (inputRow / m_fastInputRowStride) : 0); in loadCoeff()665 internal::TensorIntDivisor<Index> m_fastInputRowStride; variable
328 m_fastInputRowStride = internal::TensorIntDivisor<Index>(m_row_inflate_strides);380 …m_row_inflate_strides == 1) ? inputRow : ((inputRow >= 0) ? (inputRow / m_fastInputRowStride) : 0);593 internal::TensorIntDivisor<Index> m_fastInputRowStride;