You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
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