Skip to main content

Module mask

Module mask 

Source
Expand description

§Sparse Mask

A SparseMask is a boolean weight mask where false = pruned, true = active. It is produced by a pruner and applied to weight tensors to zero out pruned entries.

Structs§

SparseMask
Boolean pruning mask over a weight tensor.