Searched refs:m_fastOutputDepth (Results 1 – 3 of 3) sorted by relevance
307 m_fastOutputDepth = internal::TensorIntDivisor<Index>(m_dimensions[0]);309 m_fastOutputDepth = internal::TensorIntDivisor<Index>(m_dimensions[NumDims-1]);329 const Index patchOffset = (index - patchIndex * m_patchStride) / m_fastOutputDepth;356 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index];381 const Index patchOffsets[2] = {(indices[0] - patchIndex * m_patchStride) / m_fastOutputDepth,382 (indices[1] - patchIndex * m_patchStride) / m_fastOutputDepth};412 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index];499 internal::TensorIntDivisor<Index> m_fastOutputDepth;
336 m_fastOutputDepth = internal::TensorIntDivisor<Index>(m_dimensions[0]);338 m_fastOutputDepth = internal::TensorIntDivisor<Index>(m_dimensions[NumDims-1]);360 const Index patchOffset = (index - patchIndex * m_patchStride) / m_fastOutputDepth;397 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index];428 const Index patchOffsets[2] = {(indices[0] - patchIndex * m_patchStride) / m_fastOutputDepth,429 (indices[1] - patchIndex * m_patchStride) / m_fastOutputDepth};485 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index];598 internal::TensorIntDivisor<Index> m_fastOutputDepth;
232 m_fastOutputDepth = internal::TensorIntDivisor<Index>(m_dimensions[0]); in CustomTensorEvaluator()234 m_fastOutputDepth = in CustomTensorEvaluator()259 (index - patchIndex * m_patchStride) / m_fastOutputDepth; in coeff()322 index - (index / m_fastOutputDepth) * m_dimensions[depth_index]; in coeff()355 (indices[0] - patchIndex * m_patchStride) / m_fastOutputDepth, in packet()356 (indices[1] - patchIndex * m_patchStride) / m_fastOutputDepth}; in packet()422 index - (index / m_fastOutputDepth) * m_dimensions[depth_index]; in packet()628 internal::TensorIntDivisor<Index> m_fastOutputDepth; member