Reshape layer support

I tried to parse an ONNX model of yolov5-seg, but I get error about the reshape layers not being supported. But when I look at the Dataflow Compiler user guide, I see that there are reshape layers that are supported. So what kind of reshapes are supported and what kind is not?