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

explain initialize

parent 829ae0e4
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ void init_Graph(py::module& m)
.def("initialize", &Graph::initialize,
R"mydelimiter(
Initialize the graph.
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.
)mydelimiter")
.def("profile", &Graph::profile, py::arg("nb_iterations"), py::arg("mode")= ExecutionMode_T::ASYNC,
......
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