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
I am trying to use ONNXRunTime to test a Julia implementation of an ONNX "And" layer in ONNX.jl. "And" takes two Boolean tensors as input then uses logical 'and' elementwise and returns a single Boolean tensor (source).
Unfortunately, unless I have coded my test set wrong, there is currently no implementation in ONNXRunTime.jl for tensor type bool (why is it commented out?).
This error was created during an ONNX test_set but might still provide relevant information:
Is there anything I can do to solve this issue? Will ONNXRunTime support the full range of datatypes at some point?
Best,
Duncan
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to use ONNXRunTime to test a Julia implementation of an ONNX "And" layer in ONNX.jl. "And" takes two Boolean tensors as input then uses logical 'and' elementwise and returns a single Boolean tensor (source).
Unfortunately, unless I have coded my test set wrong, there is currently no implementation in ONNXRunTime.jl for tensor type bool (why is it commented out?).
This error was created during an ONNX test_set but might still provide relevant information:
Is there anything I can do to solve this issue? Will ONNXRunTime support the full range of datatypes at some point?
Best,
Duncan
The text was updated successfully, but these errors were encountered: