AQIT 0.1.0
Loading...
Searching...
No Matches
sae_stats_check.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.sae_stats_check

Functions

dict[str, Any] aquin.sae_stats_check._normalize_sae_stats_result (dict[str, Any] result)
tuple[Path, Path] aquin.sae_stats_check.write_sae_stats_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd)
None aquin.sae_stats_check._plot_sae_stats_check (dict[str, Any] result, Path png_path)
None aquin.sae_stats_check._plot_layer_profile (Any ax, list[dict[str, Any]] profile, *, str metric, str title, str color, bool pct=False)
None aquin.sae_stats_check._plot_heatmap (Any ax, dict[str, Any] heatmap, list[dict[str, Any]] probes)
str aquin.sae_stats_check._probe_label (str row_id, list[dict[str, Any]] probes)
str aquin.sae_stats_check._trunc (str text, int limit)

Variables

str aquin.sae_stats_check._JSON_NAME = "sae-stats-check.json"
str aquin.sae_stats_check._PNG_NAME = "sae-stats-check.png"