blob: c47ef49a3b6b7277332bf5e8a8ee51fdbdf2cd62 [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.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.KLDivLoss;
import org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functionsPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>KL Div Loss</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class KLDivLossImpl extends Loss_functions_1Impl implements KLDivLoss {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected KLDivLossImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Loss_functionsPackage.Literals.KL_DIV_LOSS;
}
} //KLDivLossImpl