OH_NN_UInt32Array
typedef struct OH_NN_UInt32Array {...} OH_NN_UInt32Array
Overview
Defines the structure for storing 32-bit unsigned integer arrays.
Since: 9
Related module: NeuralNetworkRuntime
Header file: neural_network_runtime_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t *data | Pointer to the unsigned integer array. |
| uint32_t size | Size of the unsigned integer array. |