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

  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 77 m_patch_cols = tensor.impl().dimensions()[2];
83 m_patch_cols = tensor.impl().dimensions()[NumDims - 3];
127 m_patch_cols = base_mapper.m_patch_cols;
222 EIGEN_ALWAYS_INLINE Index patchCols() const { return m_patch_cols; }
300 eigen_assert(patchId < patchDepth() * patchRows() * m_patch_cols);
314 eigen_assert(patchId < patchDepth() * patchRows() * m_patch_cols);
365 eigen_assert(patchId < patchDepth() * patchRows() * m_patch_cols);
417 Index m_patch_cols; // number of colums in the patch
562 return m_base_mapper.m_patch_cols;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 73 : m_xpr(expr), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
87 : m_xpr(expr), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
98 DenseIndex patch_cols() const { return m_patch_cols; }
133 const DenseIndex m_patch_cols; member in class:Eigen::TensorImagePatchOp
TensorVolumePatch.h 68 : m_xpr(expr), m_patch_planes(patch_planes), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
83 : m_xpr(expr), m_patch_planes(patch_planes), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
96 DenseIndex patch_cols() const { return m_patch_cols; }
142 const DenseIndex m_patch_cols; member in class:Eigen::TensorVolumePatchOp

Completed in 526 milliseconds