Searched refs:m_fastOutputPlanes (Results 1 – 3 of 3) sorted by relevance
227 m_fastOutputPlanes = internal::TensorIntDivisor<Index>(m_outputPlanes); 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()627 internal::TensorIntDivisor<Index> m_fastOutputPlanes; member
196 m_fastOutputPlanes = internal::TensorIntDivisor<Index>(m_outputPlanes); in TensorContractionInputMapper()264 m_fastOutputPlanes = base_mapper.m_fastOutputPlanes; in TensorContractionInputMapper()597 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in computeBaseIndices()672 internal::TensorIntDivisor<Index> m_fastOutputPlanes; variable
332 m_fastOutputPlanes = internal::TensorIntDivisor<Index>(m_outputPlanes);377 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;451 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;597 internal::TensorIntDivisor<Index> m_fastOutputPlanes;