org.nd4j.linalg.function.UnaryOperator Maven / Gradle / Ivy
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 {
}