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_cuboid_convolution.h194 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride); in TensorContractionInputMapper()
265 m_fastColStride = base_mapper.m_fastColStride; in TensorContractionInputMapper()
359 const Index colOffset = patchOffset / m_fastColStride; in loadCoeff()
410 const Index colOffset = patchOffset / m_fastColStride; in loadCoeffStandard()
611 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in loadPacketStandard()
612 patchOffsets[1] / m_fastColStride}; in loadPacketStandard()
678 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in loadPacketStandard()
679 patchOffsets[1] / m_fastColStride}; in loadPacketStandard()
733 const Index colOffset = patchOffset / m_fastColStride; in loadPacketFast()
862 internal::TensorIntDivisor<Index> m_fastColStride; variable
[all …]
Deigen_spatial_convolutions-inl.h164 m_fastColStride = internal::TensorIntDivisor<Index>(m_colStride); in TensorContractionInputMapper()
206 m_fastColStride = base_mapper.m_fastColStride; in TensorContractionInputMapper()
294 const Index colOffset = patchOffset / m_fastColStride; in loadCoeff()
329 const Index colOffset = patchOffset / m_fastColStride; in loadCoeffStandard()
501 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in loadPacketStandard()
502 patchOffsets[1] / m_fastColStride}; in loadPacketStandard()
549 const Index colOffsets[2] = {patchOffsets[0] / m_fastColStride, in loadPacketStandard()
550 patchOffsets[1] / m_fastColStride}; in loadPacketStandard()
584 const Index colOffset = patchOffset / m_fastColStride; in loadPacketFast()
648 internal::TensorIntDivisor<Index> m_fastColStride; variable
[all …]