blob: 8a63d5ffce666cefdc6d800e541d5da4550358a9 [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.Pooling_layers.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.AvgPool3d;
import org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Avg Pool3d</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class AvgPool3dImpl extends AvgPool2d3dImpl implements AvgPool3d {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected AvgPool3dImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Pooling_layersPackage.Literals.AVG_POOL3D;
}
} //AvgPool3dImpl