Package org.nd4j.common.loader
Interface Source
-
- All Known Implementing Classes:
LocalFileSource
public interface Source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getInputStream()
String
getPath()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
getPath
String getPath()
-
-