[Upd] replace() instead of replaceWith() in GraphView
All threads resolved!
All threads resolved!
Compare changes
Files
3+ 25
− 11
@@ -322,17 +322,17 @@ public:
@@ -322,17 +322,17 @@ 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.
@@ -342,6 +342,20 @@ public:
@@ -342,6 +342,20 @@ public:
@@ -379,6 +393,12 @@ public:
@@ -379,6 +393,12 @@ public:
@@ -390,12 +410,6 @@ private:
@@ -390,12 +410,6 @@ private:
* @brief Get the sum of the number of free dataInput connection for all inputNodes of the GraphView object.