API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_ml_data_seg_t Struct Reference

Model input / output data segment. More...

#include <ml_types.h>

Data Fields

void * addr
 Segment start address.
 
uint64_t size
 Segment size in bytes.
 

Detailed Description

Model input / output data segment.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 885 of file api/spec/ml_types.h.

Field Documentation

◆ addr

void* odp_ml_data_seg_t::addr

Segment start address.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 887 of file api/spec/ml_types.h.

◆ size

uint64_t odp_ml_data_seg_t::size

Segment size in bytes.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 890 of file api/spec/ml_types.h.


The documentation for this struct was generated from the following file: