Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
HMS Core
This API has been deprecated since DDK 5.0.1.0. Please use the Model Manager V1 API CreateNativeHandle instead.
- HIAI_UTIL_API_EXPORT Status CreateNativeHandle(NativeHandle& nativeHandle, const buffer_handle_t handle, int offset = -1, int size = -1);
Generates the structure information of NativeHandle based on the structure information of buffer_handle_t. TensorBuffer can be created by calling CreateNDTensorBuffer.
Name | Type | Description |
|---|---|---|
nativeHandle | Structure information of the NativeHandle output. | |
handle | buffer_handle_t | Structure information of the buffer_handle_t input. |
offset | int | This parameter is optional. The default value is -1.
|
size | int | This parameter is optional. The default value is -1.
|
Type | Description |
|---|---|
Status |
|
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.