Interface ImageInferenceModel<T>

Type Parameters:
T - tensor-type that is both inputted to (representing an image), and outputted from the model during inference.
All Superinterfaces:
AutoCloseable, InferenceModel

public interface ImageInferenceModel<T>
extends InferenceModel
A model used for inference that accepts an image as an input.

A model should always be closed, when it is no longer in use.

Author:
Owen Feehan