diff --git a/aidge_export_tensorrt/static/tensorrt_8.6/src/Graph.cpp b/aidge_export_tensorrt/static/tensorrt_8.6/src/Graph.cpp index 17dd1d68aa354932fbb2f675e0426861b6a7bdd1..2508aeec40aa84c77ff78029ea78da68aa7f2bb2 100644 --- a/aidge_export_tensorrt/static/tensorrt_8.6/src/Graph.cpp +++ b/aidge_export_tensorrt/static/tensorrt_8.6/src/Graph.cpp @@ -284,7 +284,7 @@ void Graph::save(std::string const& fileName) throw std::runtime_error("Could not save cuda engine file in " + fileName + ".trt"); } /** - * @brief Initialize the graph. + * @brief Initializes the TensorRT engine and execution context for the Graph class. This involves building a serialized network, deserializing it into a CUDA engine, and setting up the necessary execution context and I/O descriptors. */ void Graph::initialize() {