Eigen-unsupported  5.0.1-dev+284dcc12
 
Loading...
Searching...
No Matches
Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType > Class Template Reference

#include <unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h>

Detailed Description

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType>
class Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >

Patch extraction specialized for processing of volumetric data. This assumes that the input has a least 4 dimensions ordered as follows:

  • channels
  • planes
  • rows
  • columns
  • (optional) additional dimensions such as time or batch size. Calling the volume patch code with patch_planes, patch_rows, and patch_cols is equivalent to calling the regular patch extraction code with parameters d, patch_planes, patch_rows, patch_cols, and 1 for all the additional dimensions.
+ Inheritance diagram for Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >:

The documentation for this class was generated from the following files: