Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more ONNX data types #743

Open
jjasont opened this issue Dec 5, 2023 · 0 comments
Open

Adding more ONNX data types #743

jjasont opened this issue Dec 5, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jjasont
Copy link

jjasont commented Dec 5, 2023

The current Hummingbird implementation only convert 5 types of variable to the relevant ONNX type in here, namely:

  • FloatTensorType
  • DoubleTensorType
  • Int32TensorType
  • Int64TensorType
  • StringTensorType

We can consider adding conversion to BooleanTensorType and DictionaryType to account the corresponding boolean and dictionary input.

@ksaur ksaur added enhancement New feature or request help wanted Extra attention is needed labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants