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

  /external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h 272 const Index origInputCol =
278 (inputCol != origInputCol * m_col_inflate_strides))) {
324 origInputCol * m_colInputStride +
482 const Index origInputCol =
488 (inputCol != origInputCol * m_col_inflate_strides))) {
525 inputCoords[3] = origInputCol;
531 inputCoords[1] = origInputCol;
eigen_spatial_convolutions.h 249 const Index origInputCol =
259 if (origInputCol < 0 || origInputRow < 0 || origInputCol >= m_inputCols ||
261 (inputCol != origInputCol * m_patch_col_inflate_strides) ||
267 origInputCol * m_colInputStride + otherIndex;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 339 const Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol / m_fastInflateColStride) : 0);
341 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {
358 const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputStride;
TensorVolumePatch.h 370 const Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0);
372 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {
401 origInputCol * m_colInputStride +

Completed in 222 milliseconds