None = 1,
/// <summary>
/// Means it is possible to do a convolution in this dimension.
/// Means it is suitable to do a convolution in this dimension.
/// </summary>
TranslationalEquivariance = 2,
"""
NONE = 1
Means it is possible to do a convolution in this dimension.
Means it is suitable to do a convolution in this dimension.
TRANSLATIONAL_EQUIVARIANCE = 2