blob: c9f6e5170ce3928b600a14cb7d9423464ddee0aa [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.AdaptiveAvgPool1d;
import org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Adaptive Avg Pool1d</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class AdaptiveAvgPool1dImpl extends Pooling_layers_2Impl implements AdaptiveAvgPool1d {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected AdaptiveAvgPool1dImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Pooling_layersPackage.Literals.ADAPTIVE_AVG_POOL1D;
}
} //AdaptiveAvgPool1dImpl