blob: 22d357b5fda30754a9349110f578b98aa70fba04 [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.Normalization_layers.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.aiml.profile.AIML.Normalization_layers.BatchNorm2d;
import org.eclipse.papyrus.aiml.profile.AIML.Normalization_layers.Normalization_layersPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Batch Norm2d</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class BatchNorm2dImpl extends Normalization_layers_1_1_1Impl implements BatchNorm2d {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected BatchNorm2dImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Normalization_layersPackage.Literals.BATCH_NORM2D;
}
} //BatchNorm2dImpl