Skip to content
Snippets Groups Projects
Commit 75a3e413 authored by Cyril Moineau's avatar Cyril Moineau Committed by Maxence Naud
Browse files

Fix GenericOp docstring.

parent 58f8fa8d
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ public:
* @brief Fictive custom operator not associated with any implementation.
* Allows to import unknown operators and simulate new ones.
* @param type Type of the fictive operator.
* @param nbDataIn Number of input data.
* @param nbIn Number input data + number of learnt parameters.
* @param nbData Number of input data.
* @param nbParam Number of parameters.
* @param nbOut Number of output data.
* @param name (optional) name of the Operator.
* @return std::shared_ptr<Node> Node associated with the Generic Operator.
......
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