Enum SparsityPattern
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Types of sparsity patterns.
public enum SparsityPattern
Fields
BlockStructured = 5Block structured - dense blocks pruned together.
ChannelStructured = 4Channel-wise structured - entire channels removed.
ColumnStructured = 2Column-wise structured - entire columns removed.
FilterStructured = 3Filter-wise structured - entire conv filters removed.
RowStructured = 1Row-wise structured - entire rows removed.
Structured2to4 = 62:4 fine-grained structured (NVIDIA Ampere).
StructuredNtoM = 7N:M fine-grained structured (generalized).
Unstructured = 0Unstructured - individual weights pruned randomly.