harmony 鸿蒙OH_NN_UInt32Array

  • 2025-06-12
  • 浏览 (5)

OH_NN_UInt32Array

Overview

Defines the structure for storing 32-bit unsigned integer arrays.

Since: 9

Related module: NeuralNeworkRuntime

Header file: neural_network_runtime_type.h

Summary

Member Variables

Name Description
uint32_t * data Pointer to the unsigned integer array.
uint32_t 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

Size of the array.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Neural Network Runtime Kit

harmony 鸿蒙_neural_network_runtime

harmony 鸿蒙OH_NN_Memory

harmony 鸿蒙OH_NN_QuantParam

harmony 鸿蒙OH_NN_Tensor

harmony 鸿蒙neural_network_core.h

harmony 鸿蒙neural_network_runtime.h

harmony 鸿蒙neural_network_runtime_type.h

0  赞