HomeSort by relevance Sort by last modified time
    Searched refs:origInputPlane (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h 308 const Index origInputPlane =
314 (inputPlane != origInputPlane * m_plane_inflate_strides))) {
326 origInputPlane * m_planeInputStride +
512 const Index origInputPlane =
518 (inputPlane != origInputPlane * m_plane_inflate_strides))) {
524 inputCoords[1] = origInputPlane;
530 inputCoords[3] = origInputPlane;
eigen_cuboid_convolution.h 375 const Index origInputPlane =
380 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 ||
382 origInputPlane >= m_inputPlanes ||
385 (inputPlane != origInputPlane * m_patch_plane_inflate_strides)) {
390 const Index inputIndex = depth + origInputPlane * m_planeInputStride +
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorVolumePatch.h 390 const Index origInputPlane = (m_plane_inflate_strides == 1) ? inputPlane : ((inputPlane >= 0) ? (inputPlane / m_fastInputPlaneStride) : 0);
392 ((m_plane_inflate_strides != 1) && (inputPlane != origInputPlane * m_plane_inflate_strides))) {
402 origInputPlane * m_planeInputStride +

Completed in 195 milliseconds