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

  /external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h 227 m_fastOutputPlanesRows =
268 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
364 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
479 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
625 internal::TensorIntDivisor<Index> m_fastOutputPlanesRows;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorVolumePatch.h 333 m_fastOutputPlanesRows = internal::TensorIntDivisor<Index>(m_outputPlanesRows);
367 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
434 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
596 internal::TensorIntDivisor<Index> m_fastOutputPlanesRows;

Completed in 240 milliseconds