| hbDNNGetVersion | Get version info of DNN prediction library |
| hbDNNInitializeFromFiles | Complete the creation and initialization of dnnPackedHandle from the file |
| hbDNNInitializeFromDDR | Complete the creation and initialization of dnnPackedHandle from the memory |
| hbDNNRelease | Release the model that dnnPackedHandle points to |
| hbDNNGetModelNameList | Get the name list and number of the models that dnnPackedHandle points to |
| hbDNNGetModelHandle | Get the handle of a model from the model list that dnnPackedHandle points to |
| hbDNNGetInputCount | Get the number of the input tensors of the model that dnnHandle points to |
| hbDNNGetInputName | Get the names of the input tensors of the model that dnnHandle points to |
| hbDNNGetInputTensorProperties | Get the property of the specific input tensor of the model that dnnHandle points to |
| hbDNNGetOutputCount | Get the number of the output tensors of the model that dnnHandle points to |
| hbDNNGetOutputName | Get the names of the output tensors of the model that dnnHandle points to |
| hbDNNGetOutputTensorProperties | Get the property of the specific output tensor of the model that dnnHandle points to |
| hbDNNGetInputDesc | Get the description information associated with the specific input of the model that dnnHandle points to |
| hbDNNGetOutputDesc | Get the description information associated with the specific output of the model that dnnHandle points to |
| hbDNNGetModelDesc | Get the description information associated with the model that dnnHandle points to |
| hbDNNGetCompileBpuCoreNum | Get the number of BPU cores at compile time associated with the model that dnnHandle points to |
| hbDNNGetHBMDesc | Get the description information associated with the hbm that dnnPackedHandle and index points to |
| hbDNNInferV2 | Create synchronous/asynchronous inference tasks based on input parameters |
| hbDNNGetTaskOutputTensorProperties | Get dynamic output property information of the task that dnnHandle points to |
| hbDNNGetErrorDesc | Translate the error codes into natural language |