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