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

Fix GenericOp docstring.

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