Is your feature request related to a problem? Please describe.
We would like to be able to create float16 and unsigned integer tensors using newTensor function. Currently attempting to make such tensors results in UnsupportedOperationException "OnnxTensor with type ... is not supported".
Describe the solution you'd like
N/A
Describe alternatives you've considered
N/A
Additional context
We'd like to implement it and submit a PR.
Is your feature request related to a problem? Please describe.
We would like to be able to create float16 and unsigned integer tensors using
newTensorfunction. Currently attempting to make such tensors results in UnsupportedOperationException "OnnxTensor with type ... is not supported".Describe the solution you'd like
N/A
Describe alternatives you've considered
N/A
Additional context
We'd like to implement it and submit a PR.