Shortcuts

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.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources