blob: e1bf88a26550a7a497aa8263cf5df576e6653f3c [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.AdaptativeMaxPool3d;
import org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Adaptative Max Pool3d</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class AdaptativeMaxPool3dImpl extends AdaptativeMaxPoolImpl implements AdaptativeMaxPool3d {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected AdaptativeMaxPool3dImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Pooling_layersPackage.Literals.ADAPTATIVE_MAX_POOL3D;
}
} //AdaptativeMaxPool3dImpl