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
The MLGraphBuilder concat(sequence<MLOperand> inputs, unsigned long axis) method has:
Assert: the shape, i.e. dimensions of each operand in inputs is the same, except on the dimension given by axis on which they are concatenated.
Assert: the dataType of each operand in inputs is the same.
Since the inputs are provided by script, these don't seem to be invariants. Are these intended to be validation steps instead?
The text was updated successfully, but these errors were encountered:
inexorabletash
changed the title
concat() seem invalid
concat() assertions around input shape/datatypes seem invalid
Jan 10, 2024
The MLGraphBuilder concat(sequence<MLOperand> inputs, unsigned long axis) method has:
Since the inputs are provided by script, these don't seem to be invariants. Are these intended to be validation steps instead?
The text was updated successfully, but these errors were encountered: