Function torch_tensorrt::logging::log

Function Documentation

TORCHTRT_API void torch_tensorrt :: logging :: log ( Level lvl , std :: string msg )

Adds a message to the global log.

Parameters
  • lvl – torch_tensorrt::logging::Level - Severity of the message

  • msg – std::string - Message to be logged