blob: e6b0a29d5bec7f75b5ace9763879ad65b8766132 [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.Convolution_layers.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.aiml.profile.AIML.Convolution_layers.ConvTranspose1d;
import org.eclipse.papyrus.aiml.profile.AIML.Convolution_layers.Convolution_layersPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Conv Transpose1d</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class ConvTranspose1dImpl extends LayerWithFilterImpl implements ConvTranspose1d {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ConvTranspose1dImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Convolution_layersPackage.Literals.CONV_TRANSPOSE1D;
}
} //ConvTranspose1dImpl