| Package | Description |
|---|---|
| org.nd4j.common.loader |
| Modifier and Type | Method and Description |
|---|---|
static FileBatch |
FileBatch.forFiles(File... files)
Create a FileBatch from the specified files
|
static FileBatch |
FileBatch.forFiles(List<File> files)
Create a FileBatch from the specified files
|
static FileBatch |
FileBatch.readFromZip(File file)
Read a FileBatch from the specified file.
|
static FileBatch |
FileBatch.readFromZip(InputStream is)
Read a FileBatch from the specified input stream.
|
Copyright © 2021. All rights reserved.