Skip to content
Snippets Groups Projects
Commit 47ee48d5 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Add documentation for insertParent

parent a1cbe41e
No related branches found
No related tags found
No related merge requests found
......@@ -323,11 +323,11 @@ public:
/**
* @brief Insert a node (newParentNode) as a parent of the passed node (childNode).
*
* @param childNode
* @param newParentNode
* @param childInputTensorIdx
* @param newParentInputTensorIdx
* @param newParentOutputTensorIdx
* @param childNode Node that gets a new parent.
* @param newParentNode Inserted Node.
* @param childInputTensorIdx Index of the input Tensor for the childNode linked to the inserted Node output.
* @param newParentInputTensorIdx Index of the input Tensor for the newParentNode linked to the former parent of childNode.
* @param newParentOutputTensorIdx Index of the output Tensor for the newParentNode linked to the childNode's input Tensor.
*/
void insertParent(NodePtr childNode,
NodePtr newParentNode,
......
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