Interface CreateModelForPool<T extends InferenceModel>

Type Parameters:
T - model-type

public interface CreateModelForPool<T extends InferenceModel>
Creates a model to use in the pool.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    create(boolean useGPU)
    Creates a model.