Lines Matching +full:class +full:- +full:utils
2 * Copyright (c) 2019-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
28 #include "arm_compute/core/Utils.h"
30 #include "utils/TypePrinter.h"
31 #include "utils/command_line/CommandLineOptions.h"
32 #include "utils/command_line/CommandLineParser.h"
65 class CommonGemmExampleOptions
73 …CommonGemmExampleOptions(arm_compute::utils::CommandLineParser &parser, arm_compute::DataType defa…
74 /** Prevent instances of this class from being copied (As this class contains pointers) */
76 /** Prevent instances of this class from being copied (As this class contains pointers) */
78 /** Allow instances of this class to be moved */
80 /** Allow instances of this class to be moved */
85 arm_compute::utils::ToggleOption *help; /**< Show help option */
86 …arm_compute::utils::SimpleOption<size_t> *M; /**< Number of lhs matrix ro…
87 …arm_compute::utils::SimpleOption<size_t> *N; /**< Number of rhs matrix co…
88 …arm_compute::utils::SimpleOption<size_t> *K; /**< Number of lhs matrix co…
89 arm_compute::utils::SimpleOption<size_t> *B; /**< Batch size option */
90 arm_compute::utils::EnumOption<arm_compute::DataType> *data_type; /**< Data type */
91 arm_compute::utils::EnumOption<arm_compute::CLTunerMode> *tuner_mode; /**< OpenCL tuner mode */