commonMain.net.iriscan.sdk.tf.Interpreter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biometric-sdk-jvm Show documentation
Show all versions of biometric-sdk-jvm Show documentation
Biometric SDK Kotlin Multiplatform library (android + ios)
The newest version!
package net.iriscan.sdk.tf
import net.iriscan.sdk.core.io.HashMethod
/**
* @author Slava Gornostal
*/
interface Interpreter {
fun invoke(inputs: Map, outputs: MutableMap, traceId: String? = null)
}
expect class InterpreterImpl(
modelName: String,
modelPath: String,
modelChecksum: String?,
modelChecksumMethod: HashMethod?,
overrideCacheOnWrongChecksum: Boolean?
) : Interpreter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy