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
On Android, it's required to have an option to load the model from application resources as an array of bytes. Also, it can help download models from remote storage.
The text was updated successfully, but these errors were encountered:
* Move secondary constructors declaration below properties declaration according to kotlin code conventions.
* Move companion object declaration to the bottom of the layout according to kotlin code convention.
* Add an abstraction for a possible model source as proposed here -> Kotlin#419 (comment)
…ONNX model (#415) (#419)
* Add api to create OnnxInferenceModel from Byte array representing an ONNX model (#415)
* Refactor byte array loading api (#415)
* Move secondary constructors declaration below properties declaration according to kotlin code conventions.
* Move companion object declaration to the bottom of the layout according to kotlin code convention.
* Add an abstraction for a possible model source as proposed here -> #419 (comment)
On Android, it's required to have an option to load the model from application resources as an array of bytes. Also, it can help download models from remote storage.
The text was updated successfully, but these errors were encountered: