Interface InferenceModel

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
ImageInferenceModel<T>
All Known Implementing Classes:
OnnxModel, OpenCVModel

public interface InferenceModel extends AutoCloseable
A model used for inference.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Indicates that the model will no longer be used, and does appropriate tidying up and freeing of resources.