Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h273 const Index origInputCol = in coeff() local
279 (inputCol != origInputCol * m_col_inflate_strides))) { in coeff()
325 origInputCol * m_colInputStride + in coeff()
483 const Index origInputCol = in coeff() local
489 (inputCol != origInputCol * m_col_inflate_strides))) { in coeff()
526 inputCoords[3] = origInputCol; in coeff()
532 inputCoords[1] = origInputCol; in coeff()
Deigen_spatial_convolutions-inl.h296 const Index origInputCol = in loadCoeff() local
307 if (origInputCol < 0 || origInputRow < 0 || origInputCol >= m_inputCols || in loadCoeff()
309 (inputCol != origInputCol * m_patch_col_inflate_strides) || in loadCoeff()
315 origInputCol * m_colInputStride + otherIndex; in loadCoeff()
Deigen_cuboid_convolution.h361 const Index origInputCol = in loadCoeff() local
382 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 || in loadCoeff()
383 origInputCol >= m_inputCols || origInputRow >= m_inputRows || in loadCoeff()
385 (inputCol != origInputCol * m_patch_col_inflate_strides) || in loadCoeff()
394 origInputCol * m_colInputStride + otherIndex; in loadCoeff()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h339 …const Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol …
341 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {
358 …const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride…
DTensorVolumePatch.h370 …const Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol …
372 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {
401 origInputCol * m_colInputStride +