onnx_diagnostic.helpers.config_helper¶
- onnx_diagnostic.helpers.config_helper.check_hasattr(config: Any, *args: str | Tuple[Any, ...])[source]¶
Checks the confiugation has all the attributes in
args
. Raises an exception otherwise.
Checks the confiugation has all the attributes in args
.
Raises an exception otherwise.