Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was 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

@MoritzMaxeiner

Description

@MoritzMaxeiner

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions