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

org.nd4j.linalg.function.UnaryOperator Maven / Gradle / Ivy

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

/**
 * A specialization of {@link Function} where the input and return types are the same
 *
 * @param  Input and return types
 */
public interface UnaryOperator extends Function {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy