blob: 71bcbc5a13f46bec3dfe9cd5f3ef069e42ad0a3c [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.CosineEmbeddingLoss;
import org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functionsPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Cosine Embedding Loss</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class CosineEmbeddingLossImpl extends Loss_functions_1_1Impl implements CosineEmbeddingLoss {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CosineEmbeddingLossImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Loss_functionsPackage.Literals.COSINE_EMBEDDING_LOSS;
}
} //CosineEmbeddingLossImpl