blob: b6aa3a88fbf1841717bfdbf9175676eed17b5f8a [file] [log] [blame]
/**
* Copyright (c) 2020 CEA LIST
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
*/
package org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CELU</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations.CELU#getAlpha <em>Alpha</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations.NonLinearActivationsPackage#getCELU()
* @model
* @generated
*/
public interface CELU extends Nonlinear_activations_weightedsumnonlinearity_1 {
/**
* Returns the value of the '<em><b>Alpha</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Alpha</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Alpha</em>' attribute.
* @see #setAlpha(double)
* @see org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations.NonLinearActivationsPackage#getCELU_Alpha()
* @model dataType="org.eclipse.uml2.types.Real" ordered="false"
* @generated
*/
double getAlpha();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aiml.profile.AIML.NonLinearActivations.CELU#getAlpha <em>Alpha</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Alpha</em>' attribute.
* @see #getAlpha()
* @generated
*/
void setAlpha(double value);
} // CELU