Skip to content
Snippets Groups Projects
Commit 08ea3cf0 authored by Nathan Thoumine's avatar Nathan Thoumine
Browse files

Update Graph.cpp by explaining initialize function

parent 464a6560
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment