Enum AMSErrorType¶
Defined in File AMSError.hpp
Enum Documentation¶
-
enum class ams::AMSErrorType¶
Error category for AMS operations.
Values:
-
enumerator Success¶
No erro.
-
enumerator Generic¶
Unspecified error.
-
enumerator FileDoesNotExist¶
Path to file or directory does not exist.
-
enumerator TorchInternal¶
An internal error that happens to the torch library.
-
enumerator InvalidModel¶
A torchscripted model that has not been serialized through AMS.
-
enumerator InvalidShapes¶
Some Data shape is not the proper|expected shape.
-
enumerator Success¶