Skip to content

Commit

Permalink
make MLOperandDescriptor.shape required (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sully authored Sep 25, 2024
1 parent 53a24db commit 81a355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ enum MLOperandDataType {

dictionary MLOperandDescriptor {
required MLOperandDataType dataType;
sequence<[EnforceRange] unsigned long> shape = [];
required sequence<[EnforceRange] unsigned long> shape;
};
</script>

Expand Down

0 comments on commit 81a355a

Please sign in to comment.