Home
last modified time | relevance | path

Searched refs:m_patch_rows (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h73 : 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),
96 DenseIndex patch_rows() const { return m_patch_rows; }
132 const DenseIndex m_patch_rows;
DTensorVolumePatch.h68 … : 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),
94 DenseIndex patch_rows() const { return m_patch_rows; }
141 const DenseIndex m_patch_rows;
/external/tensorflow/tensorflow/core/kernels/
Deigen_cuboid_convolution.h109 m_patch_rows = tensor.impl().dimensions()[2]; in TensorContractionInputMapper()
116 m_patch_rows = tensor.impl().dimensions()[NumDims - 3]; in TensorContractionInputMapper()
124 m_patch_col_stride = m_patch_rows * m_patch_row_stride; in TensorContractionInputMapper()
131 m_colStride = m_patch_rows * m_rowStride; in TensorContractionInputMapper()
211 m_patch_rows = base_mapper.m_patch_rows; in TensorContractionInputMapper()
336 EIGEN_ALWAYS_INLINE Index patchRows() const { return m_patch_rows; } in patchRows()
801 Index m_patch_rows; // number of rows in the patch variable
1029 return m_base_mapper.m_patch_rows; in patchRows()