|
FZGPUModules 2.0
GPU-accelerated modular compression pipelines
|
#include <log_transform_stage.h>
Public Attributes | |
| float | error_bound = 1e-3f |
| delta — the target point-wise relative error bound. | |
| float | threshold = 0.0f |
| float | outlier_capacity = 0.05f |
| Fraction of the input element count reserved for outliers. | |
Construction parameters.
| float fz::LogTransformStage< TInput >::Config::threshold = 0.0f |
|x| < threshold => lossless outlier. 0 disables the threshold, so only zeros/denormals/inf/NaN are escalated. Raising it trades a larger outlier list for a narrower (more compressible) log range.