blob: 0ac0d084984c741a1b24b402622deb311d5fb512 [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.Convolution_layersPackage;
import org.eclipse.papyrus.aiml.profile.AIML.Convolution_layers.SeparableConv1D;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Separable Conv1 D</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class SeparableConv1DImpl extends SeparableImpl implements SeparableConv1D {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected SeparableConv1DImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Convolution_layersPackage.Literals.SEPARABLE_CONV1_D;
}
} //SeparableConv1DImpl