Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h308 const Index origInputPlane = in coeff() local
314 (inputPlane != origInputPlane * m_plane_inflate_strides))) { in coeff()
326 origInputPlane * m_planeInputStride + in coeff()
512 const Index origInputPlane = in coeff() local
518 (inputPlane != origInputPlane * m_plane_inflate_strides))) { in coeff()
524 inputCoords[1] = origInputPlane; in coeff()
530 inputCoords[3] = origInputPlane; in coeff()
Deigen_cuboid_convolution.h375 const Index origInputPlane = in loadCoeff() local
380 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 || in loadCoeff()
382 origInputPlane >= m_inputPlanes || in loadCoeff()
385 (inputPlane != origInputPlane * m_patch_plane_inflate_strides)) { in loadCoeff()
390 const Index inputIndex = depth + origInputPlane * m_planeInputStride + in loadCoeff()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorVolumePatch.h390 …const Index origInputPlane = (m_plane_inflate_strides == 1) ? inputPlane : ((inputPlane >= 0) ? (i…
392 … ((m_plane_inflate_strides != 1) && (inputPlane != origInputPlane * m_plane_inflate_strides))) {
402 origInputPlane * m_planeInputStride +