Module: tfc.entropy_models
Stay organized with collections
Save and categorize content based on your preferences.
Entropy models.
Classes
class ContinuousBatchedEntropyModel: Batched entropy model for continuous random variables.
class ContinuousIndexedEntropyModel: Indexed entropy model for continuous random variables.
class LaplaceEntropyModel: Entropy model for Laplace distributed random variables.
class LocationScaleIndexedEntropyModel: Indexed entropy model for location-scale family of random variables.
class PowerLawEntropyModel: Entropy model for power-law distributed random variables.
class UniversalBatchedEntropyModel: Batched entropy model model which implements Universal Quantization.
class UniversalIndexedEntropyModel: Indexed entropy model model which implements Universal Quantization.