1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (c) 2023 Marvell. 3 */ 4 5 #include <rte_malloc.h> 6 #include <rte_mldev.h> 7 8 #include "ml_test.h" 9 #include "test_inference_common.h" 10 11 int ml_stats_get(struct ml_test *test, struct ml_options *opt, enum rte_ml_dev_xstats_mode, 12 int32_t fid); 13 int ml_throughput_get(struct ml_test *test, struct ml_options *opt); 14