Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h290 const Index origInputRow = in coeff() local
296 (inputRow != origInputRow * m_row_inflate_strides))) { in coeff()
324 const Index inputIndex = depth + origInputRow * m_rowInputStride + in coeff()
497 const Index origInputRow = in coeff() local
503 (inputRow != origInputRow * m_row_inflate_strides))) { in coeff()
525 inputCoords[2] = origInputRow; in coeff()
531 inputCoords[2] = origInputRow; in coeff()
Deigen_spatial_convolutions-inl.h297 const Index origInputRow = in loadCoeff() local
301 if (origInputCol < 0 || origInputRow < 0 || origInputCol >= m_inputCols || in loadCoeff()
302 origInputRow >= m_inputRows || in loadCoeff()
304 (inputRow != origInputRow * m_patch_row_inflate_strides)) { in loadCoeff()
308 const Index inputIndex = depth + origInputRow * m_rowInputStride + in loadCoeff()
Deigen_cuboid_convolution.h367 const Index origInputRow = in loadCoeff() local
380 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 || in loadCoeff()
381 origInputCol >= m_inputCols || origInputRow >= m_inputRows || in loadCoeff()
384 (inputRow != origInputRow * m_patch_row_inflate_strides) || in loadCoeff()
391 origInputRow * m_rowInputStride + in loadCoeff()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h349 …const Index origInputRow = (m_row_inflate_strides == 1) ? inputRow : ((inputRow >= 0) ? (inputRow …
351 ((m_row_inflate_strides != 1) && (inputRow != origInputRow * m_row_inflate_strides))) {
358 …const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride…
DTensorVolumePatch.h380 …const Index origInputRow = (m_row_inflate_strides == 1) ? inputRow : ((inputRow >= 0) ? (inputRow …
382 ((m_row_inflate_strides != 1) && (inputRow != origInputRow * m_row_inflate_strides))) {
400 origInputRow * m_rowInputStride +