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

test doxygen Graph.cpp

parent 001ffa6e
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,13 @@
#include "IInt8EntropyCalibrator.hpp"
#include <dirent.h>
/**
* @brief Constructor for the Graph class.
*
* @param filePath Path to the file to load (default is empty).
* @param device_id Device ID to use (default is 0).
* @param nbbits Number of bits for data (default is -32).
*/
Graph::Graph( std::string const& filePath = "",
unsigned int device_id = 0,
int nbbits = -32)
......
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