-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
bugAn unexpected problem or unintended behaviorAn unexpected problem or unintended behavior
Description
The definition of Split op in opset version 18 is below:
Split a tensor into a list of tensors, along the specified 'axis'. Either input 'split' or the attribute 'num_outputs' should be specified, but not both. If the attribute 'num_outputs' is specified, then the tensor is split into equal sized parts. If the tensor is not evenly splittable into num_outputs, the last chunk will be smaller. If the input 'split' is specified, it indicates the sizes of each output in the split.
We need to update this op to check the new attribute num_outputs to support opset 18.
abock
Metadata
Metadata
Assignees
Labels
bugAn unexpected problem or unintended behaviorAn unexpected problem or unintended behavior