blob: 0753bd8012f1a054901dc5a71e660ddb74961187 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Avg Pool2d3d</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.AvgPool2d3d#getDivisor_override <em>Divisor override</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage#getAvgPool2d3d()
* @model abstract="true"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='AvgPool2d/3d'"
* @generated
*/
public interface AvgPool2d3d extends Pooling_layers_1_1_2_1 {
/**
* Returns the value of the '<em><b>Divisor override</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Divisor override</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Divisor override</em>' attribute.
* @see #setDivisor_override(int)
* @see org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage#getAvgPool2d3d_Divisor_override()
* @model dataType="org.eclipse.uml2.types.Integer" ordered="false"
* @generated
*/
int getDivisor_override();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.AvgPool2d3d#getDivisor_override <em>Divisor override</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Divisor override</em>' attribute.
* @see #getDivisor_override()
* @generated
*/
void setDivisor_override(int value);
} // AvgPool2d3d