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

  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 875 typedef typename DataMapper::LinearMapper LinearMapper;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 344 typedef Self LinearMapper;
402 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LinearMapper getLinearMapper(Index i, Index j) const {
404 return LinearMapper(m_base_mapper, i, j);
406 return LinearMapper(m_base_mapper, i + m_vert_offset, j + m_horiz_offset);
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 197 typedef BlasLinearMapper<Scalar, Index, AlignmentType> LinearMapper;
207 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LinearMapper getLinearMapper(Index i, Index j) const {
208 return LinearMapper(&operator()(i, j));
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 60 typedef SubMapper LinearMapper;
174 EIGEN_STRONG_INLINE LinearMapper getLinearMapper(Index i, Index j) const {
175 return LinearMapper(*this, i, j);
490 typedef Self LinearMapper;
610 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LinearMapper
612 return LinearMapper(m_base_mapper, i + m_depth_offset, j + m_col_offset);
    [all...]

Completed in 545 milliseconds