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

org.nd4j.linalg.ops.reduceops.scalarops.ScalarOp Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.nd4j.linalg.ops.reduceops.scalarops;

import com.google.common.base.Function;
import org.nd4j.linalg.api.ndarray.INDArray;

/**
 * A scalar op over an ndarray (iterates through the whole ndarray for an aggregate result)
 * @author Adam Gibson
 */
public interface ScalarOp extends Function {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy