Skip to content
Snippets Groups Projects
Commit fe7ad6ba authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix GenericOp docstring.

parent 89b18c45
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,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