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

com.yahoo.tensor.functions.PrimitiveTensorFunction Maven / Gradle / Ivy

// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.tensor.functions;

import com.yahoo.tensor.evaluation.Name;

/**
 * A primitive tensor function is a tensor function which cannot be expressed in terms of other tensor functions.
 * All tensor implementations must implement all primitive tensor functions.
 * Primitive tensor functions are fully inspectable.
 *
 * @author bratseth
 */
public abstract class PrimitiveTensorFunction extends TensorFunction {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy