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, the API is executed successfully, otherwise the execution fails.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 filemodelDataLengths Length of the model data.modelDataCount Length of the model data.0, the API is executed successfully, otherwise the execution fails.Release the model that dnnPackedHandle points to.
dnnPackedHandle Horizon DNN handle, pointing to multiple models.0, the API is executed successfully, otherwise the execution fails.