How to use a regression output layer with TVM?

attempting to convert a mxnet model results in:

NotImplementedError: Operator: MAERegressionOutput is not supported in nnvm.

Any ideas for how to use an MAE output layer with TVM? Can I use the model directly with something like relay.frontend.from_mxnet?