You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rankRange to opSupportLimits() by renaming MLSupportLimits to
MLDataTypeLimits (still used for inputs, constants, and output
operands), and deriving MLTensorLimits (used for tensor operands)
which adds the new member as a MLRankRange dictionary.
This also adds a note about an operand's allowed data types and ranks,
indicating the implementations may extend or impose limits.
Finally, maxTensorByteLength is exposed at the top level of the
dictionary.
0 commit comments