Fix slice for out of bound start and end attributes
1 unresolved thread
1 unresolved thread
Compare changes
Files
5@@ -43,7 +43,7 @@ public:
@@ -43,7 +43,7 @@ public:
* @brief Operator tensor constructor. This function is not meant to be called directly but by a derived class constructor
@@ -67,11 +67,14 @@ public:
@@ -67,11 +67,14 @@ public:
@@ -94,7 +97,7 @@ public:
@@ -94,7 +97,7 @@ public:
* - TOKEN mode means that forwarddims will only ensure that all inputs and outputs of the graph the node is within are connected.
* @param[in] allowDataDependency if set to true, this means that this operator output dimensions depends on the dimensions of optional parameter tensors.
* @return true if dims have been properly forwarded. false otherwise. If set to false, then forwardDims will enter in token mode.
@@ -110,4 +113,4 @@ protected:
@@ -110,4 +113,4 @@ protected:
\ No newline at end of file