Searched refs:m_outputPlanesRows (Results 1 – 3 of 3) sorted by relevance
213 m_outputPlanesRows = m_outputPlanes * m_outputRows; in CustomTensorEvaluator()229 internal::TensorIntDivisor<Index>(m_outputPlanesRows); in CustomTensorEvaluator()285 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in coeff()382 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in packet()494 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in coeff()508 patch3DIndex - colIndex * m_outputPlanesRows - rowIndex * m_outputRows; in coeff()596 Index m_outputPlanesRows; member
137 m_outputPlanesRows = m_outputPlanes * m_outputRows; in TensorContractionInputMapper()201 internal::TensorIntDivisor<Index>(m_outputPlanesRows); in TensorContractionInputMapper()253 m_outputPlanesRows = base_mapper.m_outputPlanesRows; in TensorContractionInputMapper()597 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in computeBaseIndices()637 Index m_outputPlanesRows; // Cached outputPlanes * outputRows. variable
321 m_outputPlanesRows = m_outputPlanes * m_outputRows;333 m_fastOutputPlanesRows = internal::TensorIntDivisor<Index>(m_outputPlanesRows);377 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;451 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;566 Index m_outputPlanesRows;