Home
last modified time | relevance | path

Searched refs:m_otherStride (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h284 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_…
384 …tch2DIndex = (NumDims == 4) ? patchIndex : (indices[0] - otherIndex * m_otherStride) / m_fastPatch…
385 eigen_assert(patch2DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
461 Index m_otherStride;
DTensorVolumePatch.h307 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_…
431 …tch3DIndex = (NumDims == 5) ? patchIndex : (indices[0] - otherIndex * m_otherStride) / m_fastPatch…
432 eigen_assert(patch3DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
577 Index m_otherStride;
/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h197 m_otherStride = m_patchStride * m_dimensions[4]; in CustomTensorEvaluator()
203 m_otherStride = m_patchStride * m_dimensions[NumDims - 5]; in CustomTensorEvaluator()
216 m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride); in CustomTensorEvaluator()
266 : (index - otherIndex * m_otherStride) / m_fastPatchStride; in coeff()
361 : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride; in packet()
363 (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride); in packet()
607 Index m_otherStride; member
Deigen_cuboid_convolution.h131 m_otherStride = m_patchStride * m_num_patches; in TensorContractionInputMapper()
220 m_otherStride = base_mapper.m_otherStride; in TensorContractionInputMapper()
621 Index m_otherStride; variable
Deigen_spatial_convolutions-inl.h481 Index m_otherStride; variable