ExecutionProviderCompatible

interface ExecutionProviderCompatible

Interface for a different kinds of ONNX models which support different execution providers.

Functions

initializeWith
Link copied to clipboard
common
abstract fun initializeWith(vararg executionProviders: ExecutionProvider = arrayOf(CPU(true)))

Initialize the model with the specified executions providers.

Inheritors

ImageRecognitionModel
Link copied to clipboard
OnnxHighLevelModel
Link copied to clipboard
OnnxInferenceModel
Link copied to clipboard