blob: fff77818c9945e29ba50f864f6a1307adc8b2777 [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>Max Pool3d</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage#getMaxPool3d()
* @model
* @generated
*/
public interface MaxPool3d extends MaxPool {
} // MaxPool3d