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.h160 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()
201 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()
458 colIndex = patch2DIndex / m_fastOutputRows; in computeBaseIndices()
504 internal::TensorIntDivisor<Index> m_fastOutputRows; variable
Deigen_cuboid_convolution.h195 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()
197 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()
265 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()
673 internal::TensorIntDivisor<Index> m_fastOutputRows; variable