AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.check_cli Namespace Reference

Functions

None _print_help ()
None cmd_check (list[str] args)

Variables

dict _CHECK_TOOL_VERBS

Function Documentation

◆ _print_help()

None _print_help ( )
protected

Definition at line 19 of file check_cli.py.

Referenced by cmd_check().

◆ cmd_check()

None cmd_check ( list[str] args)

Definition at line 45 of file check_cli.py.

References _print_help().

Variable Documentation

◆ _CHECK_TOOL_VERBS

dict aquin.check_cli._CHECK_TOOL_VERBS
protected
Initial value:
= {
"attention": "attention",
"layer": "layer-analysis",
"perturbation": "perturbation",
"weight": "check-weights",
}

Definition at line 11 of file check_cli.py.