Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Feature Request] Support ONNX export of _rdiv_scalar, _sample_multinomial, _sample_uniform operators #12925

Closed
MoritzMaxeiner opened this issue Oct 23, 2018 · 1 comment · Fixed by #13676

Comments

@MoritzMaxeiner
Copy link
Contributor

MoritzMaxeiner commented Oct 23, 2018

Currently, MXNet->ONNX model export does not support the MXNet operators

  • _rdiv_scalar
  • _sample_multinomial
  • _sample_uniform

_rdiv_scalar could be implemented by via scalar_op_helper and flipping divident/divisor.
_sample_multinomial could be mapped to the ONNX node Multinomial
_sample_uniform could be mapped to the ONNX node RandomUniform

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants