ExecutionProviderCompatible
interface ExecutionProviderCompatible
Content copied to clipboard
Interface for a different kinds of ONNX models which support different execution providers.
Functions
initializeWith
Link copied to clipboard
abstract fun initializeWith(vararg executionProviders: ExecutionProvider = arrayOf(CPU(true)))
Content copied to clipboard
Initialize the model with the specified executions providers.
Inheritors
ImageRecognitionModel
Link copied to clipboard
OnnxHighLevelModel
Link copied to clipboard
OnnxInferenceModel
Link copied to clipboard