Package ai.djl.repository.zoo
Interface ZooProvider
-
- All Known Implementing Classes:
DefaultZooProvider
public interface ZooProvider
TheZooProvider
is a service provider that enablesServiceLoader
to locate and load at the run time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ModelZoo
getModelZoo()
Returns the instance of theModelZoo
.default java.lang.String
getName()
Gets the name of theModelZoo
.
-