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

  /external/tensorflow/tensorflow/core/kernels/
eigen_pooling.h 65 DenseIndex patchCols, DenseIndex strideRows,
80 patchCols + (patchCols - 1) * (in_strideCols - 1);
132 patchRows, patchCols, strideRows, strideCols, in_strideRows,
181 DenseIndex patchRows, DenseIndex patchCols,
216 static_cast<DenseIndex>(in.dimension(idxCols)) - patchCols + 1,
229 pre_reduce_dims[1] = patchRows * patchCols * patchPlanes;
250 .extract_volume_patches(patchPlanes, patchRows, patchCols, stridePlanes,
414 DenseIndex patchCols, DenseIndex strideRows,
429 patchCols + (patchCols - 1) * (in_strideCols - 1)
    [all...]
eigen_spatial_convolutions.h 222 EIGEN_ALWAYS_INLINE Index patchCols() const { return m_patch_cols; }
561 EIGEN_ALWAYS_INLINE Index patchCols() const {
680 const Index patch_cols = rhs.patchCols();
    [all...]

Completed in 857 milliseconds