All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.net.iriscan.sdk.tf.Interpreter.kt Maven / Gradle / Ivy

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