Skip to main content

Module tensor

Module tensor 

Source
Expand description

Core gradient tensor types and operations.

This module provides the fundamental gradient data structures:

Structs§

GradientAggregator
Gradient aggregation for federated learning
GradientCompressor
Gradient compression utilities
GradientDelta
Gradient delta (difference from base model)
GradientVerifier
Gradient verification utilities
QuantizedGradient
Quantized gradient (reduced precision)
SparseGradient
Sparse gradient representation

Enums§

LayerGradient
Gradient for a single layer