blob: e6acaf4761ac98cd8c0d49ccc85c518c0de38eab [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.Loss_functions;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>NLL Loss</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functionsPackage#getNLLLoss()
* @model
* @generated
*/
public interface NLLLoss extends Loss_functions_1_2_1 {
} // NLLLoss