| rte_mldev_core.h(3) | Library Functions Manual | rte_mldev_core.h(3) |
rte_mldev_core.h
#include <stdint.h>
#include <dev_driver.h>
#include <rte_common.h>
#include <rte_log.h>
#include <rte_mldev.h>
typedef int(* mldev_info_get_t) (struct rte_ml_dev
*dev, struct rte_ml_dev_info *dev_info)
MLDEV internal header
This file contains MLDEV private data structures and macros.
Note
Definition in file rte_mldev_core.h.
Definitions of all functions exported by a driver through the generic structure of type ml_dev_ops supplied in the rte_ml_dev structure associated with a device.
Definition at line 110 of file rte_mldev_core.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |