Complete the creation and initialization of dnnPackedHandle from the file. The caller can use the returned dnnPackedHandle across functions and threads.
dnnPackedHandle Horizon DNN handle, pointing to multiple models.modelFileNames Path of the model files.modelFileCount Number of the model files.0 means the API was successfully executed, otherwise the execution failed.Complete the creation and initialization of dnnPackedHandle from the memory. The caller can use the returned dnnPackedHandle across functions and threads.
dnnPackedHandle Horizon DNN handle, pointing to multiple models.modelData Pointer to the model file.modelDataLengths Length of the model data.modelDataCount Number of the model data.0 means the API was successfully executed, otherwise the execution failed.Release the model that dnnPackedHandle points to.
dnnPackedHandle Horizon DNN handle, pointing to multiple models.0 means the API was successfully executed, otherwise the execution failed.