Home
last modified time | relevance | path

Searched refs:m_fastInputPlaneStride (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h224 m_fastInputPlaneStride = in CustomTensorEvaluator()
311 : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0); in coeff()
515 : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0); in coeff()
622 internal::TensorIntDivisor<Index> m_fastInputPlaneStride; member
Deigen_cuboid_convolution.h184 m_fastInputPlaneStride = in TensorContractionInputMapper()
259 m_fastInputPlaneStride = base_mapper.m_fastInputPlaneStride; in TensorContractionInputMapper()
378 : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0); in loadCoeff()
664 internal::TensorIntDivisor<Index> m_fastInputPlaneStride; variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorVolumePatch.h330 m_fastInputPlaneStride = internal::TensorIntDivisor<Index>(m_plane_inflate_strides);
390 …flate_strides == 1) ? inputPlane : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0);
592 internal::TensorIntDivisor<Index> m_fastInputPlaneStride;