Enhance metrics in dump comparator (#19560)

This commit is contained in:
fzyzcjy
2026-02-28 18:05:19 +08:00
committed by GitHub
parent 706ab9296a
commit b73aa53d7e
7 changed files with 129 additions and 42 deletions
@@ -187,7 +187,7 @@ def _make_tensor_info() -> TensorInfo:
return TensorInfo(
shape=[4, 4],
dtype="float32",
stats=TensorStats(mean=0.0, std=1.0, min=-2.0, max=2.0),
stats=TensorStats(mean=0.0, abs_mean=0.8, std=1.0, min=-2.0, max=2.0),
)