HomeSort by relevance Sort by last modified time
    Searched refs:m_fastOutputRows (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 305 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/
eigen_spatial_convolutions.h 120 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows);
155 m_fastOutputRows = base_mapper.m_fastOutputRows;
411 colIndex = patch2DIndex / m_fastOutputRows;
450 internal::TensorIntDivisor<Index> m_fastOutputRows;
    [all...]

Completed in 101 milliseconds