harmony 鸿蒙OH_NN_Memory

  • 2023-06-24
  • 浏览 (529)

OH_NN_Memory

Overview

Defines the memory structure.

Since: 9

Related Modules:

NeuralNeworkRuntime

Summary

Member Variables

Name Description
data Pointer to the shared memory. The shared memory is usually allocated by the underlying hardware driver.
length Records the length of the shared memory, in bytes.

Member Variable Description

data

void* const OH_NN_Memory::data

Description
Pointer to the shared memory. The shared memory is usually allocated by the underlying hardware driver.

length

const size_t OH_NN_Memory::length

Description
Records the length of the shared memory, in bytes.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞