Interface DnnModelBuilder

All Known Implementing Classes:
OpenCVDnnModelBuilder

public interface DnnModelBuilder
Builder to create a DnnModel from DnnModelParams. This exists to allow different implementations to be added via extensions.
Since:
v0.4.0
Author:
Pete Bankhead
  • Method Details

    • buildModel

      DnnModel buildModel(DnnModelParams params)
      Build a DnnModel if possible, or return null otherwise. This should return null quickly whenever it is known that the model cannot be built.
      Parameters:
      params -
      Returns: