throwstd::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.