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

org.nd4j.autodiff.functions.PreEvaluator Maven / Gradle / Ivy

package org.nd4j.autodiff.functions;

import org.nd4j.autodiff.Field;

public interface PreEvaluator> {
    public void update(Variable v);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy