fixed a bug in tensordot (#8282)
when one operand had a partially known shape, and the other operand had only one dimension, the function would incorrectly throw an exception
Loading
Please sign in to comment
when one operand had a partially known shape, and the other operand had only one dimension, the function would incorrectly throw an exception