Closed henrique-borba closed 1 year ago
Allow different shape, broadcastable NDArrays, to perform arithmetic operations:
$a = nd::ones([2,2,2]); $b = nd::ones([2]); $c = $a + $b;
Allow different shape, broadcastable NDArrays, to perform arithmetic operations: