Class OrtZooProvider

  • All Implemented Interfaces:
    ai.djl.repository.zoo.ZooProvider

    public class OrtZooProvider
    extends java.lang.Object
    implements ai.djl.repository.zoo.ZooProvider
    An Onnx Runtime model zoo provider implements the ZooProvider interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      OrtZooProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ai.djl.repository.zoo.ModelZoo getModelZoo()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.djl.repository.zoo.ZooProvider

        getName
    • Constructor Detail

      • OrtZooProvider

        public OrtZooProvider()
    • Method Detail

      • getModelZoo

        public ai.djl.repository.zoo.ModelZoo getModelZoo()
        Specified by:
        getModelZoo in interface ai.djl.repository.zoo.ZooProvider