All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.datasets.iterator.callbacks.FileCallback Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.datasets.iterator.callbacks;

import java.io.File;

/**
 * @author [email protected]
 */
public interface FileCallback {

     T call(File file);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy