未验证 提交 74ca804e 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 fabbb6d6
# OH_NN_Memory
## Overview
Defines the memory structure.
**Since:**
9
**Related Modules:**
[NeuralNeworkRuntime](_neural_nework_runtime.md)
## Summary
### Member Variables
| Name | Description |
| -------- | -------- |
| [data](#data) |Pointer to the shared memory. The shared memory is usually allocated by the underlying hardware driver. |
| [length](#length) |Records the length of the shared memory, in bytes. |
## Member Variable Description
### data
```
void* const OH_NN_Memory::data
```
**Description**<br>
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**<br>
Records the length of the shared memory, in bytes.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册