Package ai.djl.repository.zoo
Class DefaultZooProvider
- java.lang.Object
-
- ai.djl.repository.zoo.DefaultZooProvider
-
- All Implemented Interfaces:
ZooProvider
public class DefaultZooProvider extends java.lang.Object implements ZooProvider
AnZooProvider
implementation can load models from specified locations.
-
-
Constructor Summary
Constructors Constructor Description DefaultZooProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelZoo
getModelZoo()
Returns the instance of theModelZoo
.-
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
-
-
-
-
Method Detail
-
getModelZoo
public ModelZoo getModelZoo()
Returns the instance of theModelZoo
.- Specified by:
getModelZoo
in interfaceZooProvider
- Returns:
- the instance of
ModelZoo
-
-