Failed to register the prototype of Op [%s]. If input index is less than 0, then input index [–%s] (the abs value) must be less than the input count [%s]
To optimize an input to an attribute during operator registration, if the input index is less than 0, the absolute value of the index must be less than the actual number of inputs of the operator.
Try again with a valid operator prototype.