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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 297 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
332 const Index otherIndex = (NumDims == 4) ? 0 : index / m_fastOtherStride;
377 const Index otherIndex = (NumDims == 4) ? 0 : indices[0] / m_fastOtherStride;
378 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);
477 internal::TensorIntDivisor<Index> m_fastOtherStride;
TensorVolumePatch.h 324 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
363 const Index otherIndex = (NumDims == 5) ? 0 : index / m_fastOtherStride;
424 const Index otherIndex = (NumDims == 5) ? 0 : indices[0] / m_fastOtherStride;
425 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);
588 internal::TensorIntDivisor<Index> m_fastOtherStride;
  /external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h 215 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
261 const Index otherIndex = (NumDims == 5) ? 0 : index / m_fastOtherStride;
349 (NumDims == 5) ? 0 : indices[0] / m_fastOtherStride;
350 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);
617 internal::TensorIntDivisor<Index> m_fastOtherStride;

Completed in 106 milliseconds