|
ONE - On-device Neural Engine
|
Go to the source code of this file.
Data Structures | |
| class | validate_global_conf._Action |
| class | validate_global_conf.DriverName |
| class | validate_global_conf.TargetOption |
| class | validate_global_conf.NormalOption |
| class | validate_global_conf._ArgSpec |
| class | validate_global_conf.ArgumentParser |
| class | validate_global_conf.SchemaReport |
Namespaces | |
| namespace | validate_global_conf |
Functions | |
| validate_global_conf._install_onelib_shim () | |
| Tuple[List[_ArgSpec], SchemaReport] | validate_global_conf._load_schema (str file_path) |
| bool | validate_global_conf._has_action (List[_ArgSpec] args, type action_type) |
| bool | validate_global_conf._has_any_name (List[_ArgSpec] args, List[str] names) |
| List[str] | validate_global_conf._check_codegen_contract (List[_ArgSpec] args) |
| Tuple[List[str], List[str]] | validate_global_conf._check_profile_contract (List[_ArgSpec] args) |
| Dict[str, str] | validate_global_conf._read_ini (str path) |
| validate_global_conf._resolve_paths (str root, str target, str backend, bool installed) | |
| validate_global_conf.main () | |