mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix tensor documentation.
This commit is contained in:
@@ -20,14 +20,6 @@
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \class TensorConvolution
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor convolution class.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
enum class convolution_type { CONV1D, CONV2D, CONV3D };
|
||||
template <typename Evaluator, typename CoeffReturnType, typename KernelType, typename Index, typename InputDims,
|
||||
typename Kernel_accessor, typename Buffer_accessor, convolution_type Conv_Dim>
|
||||
|
||||
Reference in New Issue
Block a user