Does NNVM support transforming ONNX broadcast ops, such as Add and Mul? I know that there’s no attribute in ONNX ops to indicate if the ops need to be broadcasted or not, but we may derive it from interpreting tensor shapes.
we can just use nnvm’s broadcast op by default