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
There's no implementation of OrtValueTensor.createTensorWithDataList which supports Float16 instead of Float. Ideally this wouldn't be too hard just requires an implementation of:
ffi.Float16 or something similar
Float16List
Adding it into OrtValueTensor.createTensorWithDataList etc
The text was updated successfully, but these errors were encountered:
There's no implementation of
OrtValueTensor.createTensorWithDataList
which supportsFloat16
instead ofFloat
. Ideally this wouldn't be too hard just requires an implementation of:ffi.Float16
or something similarFloat16List
OrtValueTensor.createTensorWithDataList
etcThe text was updated successfully, but these errors were encountered: