blob: 310635df681f9929c263027e3f17b779719e6ff3 [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.ConvTranspose3d;
import org.eclipse.papyrus.aiml.profile.AIML.Convolution_layers.Convolution_layersPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Conv Transpose3d</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class ConvTranspose3dImpl extends transposeImpl implements ConvTranspose3d {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ConvTranspose3dImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Convolution_layersPackage.Literals.CONV_TRANSPOSE3D;
}
} //ConvTranspose3dImpl