Not support `aten::cumprod`, which is `torch.cumprod` in torch model

I traced a model by using torch.jit.trace(), and when I transfer the traced model to Relay, error happend. How can I add the supportment of torch.cumpord()?