* Copyright (c) 2025 Huawei Technologies Co., Ltd.
* This program is free software, you can redistribute it and/or modify it under the terms and conditions of
* CANN Open Software License Agreement Version 2.0 (the "License").
* Please refer to the License for details. You may not use this file except in compliance with the License.
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
* See LICENSE in the root of the software repository for the full text of the License.
*/
#ifndef PARAM_H
#define PARAM_H
static constexpr int INDEX0 = 0;
static constexpr int INDEX1 = 1;
static constexpr int INDEX2 = 2;
static constexpr int INDEX3 = 3;
static constexpr int INDEX4 = 4;
static constexpr int INDEX5 = 5;
static constexpr int INDEX6 = 6;
static constexpr int INDEX7 = 7;
static constexpr int INDEX8 = 8;
static constexpr int INDEX9 = 9;
static constexpr int INDEX10 = 10;
static constexpr int INDEX11 = 11;
static constexpr int INDEX12 = 12;
#endif