[Upd] replace() instead of replaceWith() in GraphView
Compare changes
Files
9+ 21
− 14
@@ -322,26 +322,33 @@ public:
@@ -322,26 +322,33 @@ public:
* @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.
@@ -379,6 +386,12 @@ public:
@@ -379,6 +386,12 @@ public:
@@ -390,12 +403,6 @@ private:
@@ -390,12 +403,6 @@ private:
* @brief Get the sum of the number of free dataInput connection for all inputNodes of the GraphView object.