logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_ml_model_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_ml_model_params(3)

Detailed Description

       ML model load parameters

       Parameters required to load an ML model.

       Definition at line 789 of file rte_mldev.h.

Field Documentation

void*addr
       Address of model buffer

       Definition at line 790 of file rte_mldev.h.

   size_tsize
       Size of model buffer

       Definition at line 792 of file rte_mldev.h.

Name

       rte_ml_model_params

Synopsis

       #include <rte_mldev.h>

   DataFields
       void * addr
       size_t size

See Also