sgns::sgprocmanagerdiff::ElementDiffStats¶
#include <diff_utils.hpp>
Public Attributes¶
| Name | |
|---|---|
| size_t | elementCount |
| double | maxAbsDelta |
| double | maxRelDelta |
| int64_t | maxUlpDistance |
| double | percentExceedingThreshold |
| bool | sizeMismatch |
Detailed Description¶
Whole-buffer per-element divergence summary (DIFF-01/DIFF-02). Extracted verbatim from capture_diff.cpp's former unnamed-namespace struct of the same name/shape.
Public Attributes Documentation¶
variable elementCount¶
variable maxAbsDelta¶
variable maxRelDelta¶
variable maxUlpDistance¶
variable percentExceedingThreshold¶
variable sizeMismatch¶
Updated on 2026-09-17 at 06:29:14 +0000