blob: d2cf3f743f79341bce2161c5faa7a269d6e03ca1 [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.Layer_weight_initializers.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_initializers.Layer_weight_initializersPackage;
import org.eclipse.papyrus.aiml.profile.AIML.Layer_weight_initializers.glorot_normal;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>glorot normal</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class glorot_normalImpl extends initializer_with_seedImpl implements glorot_normal {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected glorot_normalImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Layer_weight_initializersPackage.Literals.GLOROT_NORMAL;
}
} //glorot_normalImpl