Function torch_tensorrt::logging::set_is_colored_output_on ¶
-
Defined in File logging.h
Function Documentation ¶
-
TORCHTRT_API void
torch_tensorrt::logging::set_is_colored_output_on( bool colored_output_on ) ¶
-
Sets if logging prefix will be colored (helpful when debugging but not always supported by terminal)
- Parameters
-
-
colored_output_on: bool - If the output will be colored or not
-