blob: d8fe9075d7b4be0ece6738bfe5a8c72f227c8425 [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;
import org.eclipse.papyrus.aiml.profile.AIML.Loss_functions.Loss_functions_1;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Smooth L1 Loss</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.aiml.profile.AIML.AIMLPackage#getSmoothL1Loss()
* @model
* @generated
*/
public interface SmoothL1Loss extends Loss_functions_1 {
} // SmoothL1Loss