Class OrtModelZoo


  • public class OrtModelZoo
    extends ai.djl.repository.zoo.ModelZoo
    OrtModelZoo is a repository that contains all Onnx models for DJL.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GROUP_ID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroupId()
      java.util.Set<java.lang.String> getSupportedEngines()
      • Methods inherited from class ai.djl.repository.zoo.ModelZoo

        addModel, addModel, getModelLoader, getModelLoaders, getModelZoo, hasModelZoo, listModels, listModels, listModelZoo, loadModel, registerModelZoo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGroupId

        public java.lang.String getGroupId()
        Specified by:
        getGroupId in class ai.djl.repository.zoo.ModelZoo
      • getSupportedEngines

        public java.util.Set<java.lang.String> getSupportedEngines()
        Specified by:
        getSupportedEngines in class ai.djl.repository.zoo.ModelZoo