Home
last modified time | relevance | path

Searched refs:m_fastOutputRows (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h305 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows);
336 const Index colIndex = patch2DIndex / m_fastOutputRows;
387 const Index colIndex = patch2DIndex / m_fastOutputRows;
498 internal::TensorIntDivisor<Index> m_fastOutputRows;
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h165 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()
207 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()
622 colIndex = patch2DIndex / m_fastOutputRows; in computeBaseIndices()
669 internal::TensorIntDivisor<Index> m_fastOutputRows; variable
Deigen_cuboid_convolution.h197 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()
199 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()
267 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()
866 internal::TensorIntDivisor<Index> m_fastOutputRows; variable