Enum Level¶
Enum Documentation¶
-
enum torch_tensorrt::logging::Level¶
Emum for setting message severity
Values:
-
enumerator kINTERNAL_ERROR¶
Only print messages for internal errors.
-
enumerator kERROR¶
Print all internal errors and errors (default)
-
enumerator kWARNING¶
Print warnings and errors.
-
enumerator kINFO¶
Print all info, warnings and errors.
-
enumerator kDEBUG¶
Print all debug info, info, warnings and errors.
-
enumerator kGRAPH¶
Print everything including the intermediate graphs of the lowering phase.
-
enumerator kINTERNAL_ERROR¶