Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h299 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride);
337 const Index colOffset = patchOffset / m_fastColStride;
388 …const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, patchOffsets[1] / m_fastColStride};
479 internal::TensorIntDivisor<Index> m_fastColStride;
DTensorVolumePatch.h326 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride);
368 const Index colOffset = patchOffset / m_fastColStride;
436 patchOffsets[0] / m_fastColStride,
437 patchOffsets[1] / m_fastColStride};
590 internal::TensorIntDivisor<Index> m_fastColStride;
/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h218 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride); in CustomTensorEvaluator()
270 const Index colOffset = patchOffset / m_fastColStride; in coeff()
366 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in packet()
367 patchOffsets[1] / m_fastColStride}; in packet()
620 internal::TensorIntDivisor<Index> m_fastColStride; member
Deigen_spatial_convolutions-inl.h159 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride); in TensorContractionInputMapper()
200 m_fastColStride = base_mapper.m_fastColStride; in TensorContractionInputMapper()
288 const Index colOffset = patchOffset / m_fastColStride; in loadCoeff()
323 const Index colOffset = patchOffset / m_fastColStride; in loadCoeffStandard()
372 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in loadPacketStandard()
373 patchOffsets[1] / m_fastColStride}; in loadPacketStandard()
420 const Index colOffset = patchOffset / m_fastColStride; in loadPacketFast()
484 internal::TensorIntDivisor<Index> m_fastColStride; variable
736 const Index colOffset = patchOffset / m_base_mapper.m_fastColStride; in rowOffset()
743 const Index colOffset = patchOffset / m_base_mapper.m_fastColStride; in colOffset()
Deigen_cuboid_convolution.h192 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride); in TensorContractionInputMapper()
263 m_fastColStride = base_mapper.m_fastColStride; in TensorContractionInputMapper()
357 const Index colOffset = patchOffset / m_fastColStride; in loadCoeff()
408 const Index colOffset = patchOffset / m_fastColStride; in loadCoeffStandard()
472 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in loadPacketStandard()
473 patchOffsets[1] / m_fastColStride}; in loadPacketStandard()
540 const Index colOffset = patchOffset / m_fastColStride; in loadPacketFast()
669 internal::TensorIntDivisor<Index> m_fastColStride; variable
914 const Index colOffset = patchOffset / m_base_mapper.m_fastColStride; in planeOffset()
927 const Index colOffset = patchOffset / m_base_mapper.m_fastColStride; in rowOffset()
[all …]