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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 284 m_otherStride = m_patchStride * m_dimensions[3];
288 m_otherStride = m_patchStride * m_dimensions[NumDims-4];
297 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
333 const Index patch2DIndex = (NumDims == 4) ? patchIndex : (index - otherIndex * m_otherStride) / m_fastPatchStride;
384 const Index patch2DIndex = (NumDims == 4) ? patchIndex : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
385 eigen_assert(patch2DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
461 Index m_otherStride;
TensorVolumePatch.h 307 m_otherStride = m_patchStride * m_dimensions[4];
312 m_otherStride = m_patchStride * m_dimensions[NumDims-5];
324 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
364 const Index patch3DIndex = (NumDims == 5) ? patchIndex : (index - otherIndex * m_otherStride) / m_fastPatchStride;
431 const Index patch3DIndex = (NumDims == 5) ? patchIndex : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
432 eigen_assert(patch3DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
577 Index m_otherStride;
  /external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h 196 m_otherStride = m_patchStride * m_dimensions[4];
202 m_otherStride = m_patchStride * m_dimensions[NumDims - 5];
215 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
265 : (index - otherIndex * m_otherStride) / m_fastPatchStride;
360 : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
362 (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
606 Index m_otherStride;
eigen_spatial_convolutions.h 427 Index m_otherStride;
    [all...]

Completed in 316 milliseconds