OH_NN_UInt32Array

Overview

This structure is used to store a 32-bit unsigned integer array.

Since: 9

Related Modules:

NeuralNeworkRuntime

Summary

Member Variables

Name Description
data Pointer to the unsigned integer array
size Array length

Member Variable Description

data

uint32_t* OH_NN_UInt32Array::data

Description
Pointer to the unsigned integer array

size

uint32_t OH_NN_UInt32Array::size

Description
Array length