Interface InferenceExecutor

interface InferenceExecutor {
    doInference(method, data): Promise<unknown>;
}

Methods

Methods