Package org.nd4j.common.loader
Interface Loader<T>
-
- All Superinterfaces:
Serializable
public interface Loader<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
load(Source source)
-
-
-
Method Detail
-
load
T load(Source source) throws IOException
- Throws:
IOException
-
-