Get the name list and number of the models that dnnPackedHandle points to.
modelNameList List of model names.modelNameCount Number of model names.dnnPackedHandle Horizon DNN handle, pointing to multiple models.0, the API is executed successfully, otherwise the execution fails.Get the handle of a model from the model list that dnnPackedHandle points to. The caller can use the returned dnnHandle across functions and threads.
dnnHandle DNN handle, pointing to one model.dnnPackedHandle DNN handle, pointing to multiple models.modelName Model name.0, the API is executed successfully, otherwise the execution fails.Get the number of the input tensors of the model that dnnHandle points to.
inputCount Number of input tensors of the model.dnnHandle DNN handle, pointing to one model.0, the API is executed successfully, otherwise the execution fails.Get the name of the input tensors of the model that dnnHandle points to.
name Name of the input tensor of the model.dnnHandle DNN handle, pointing to one model.inputIndex Index of the input tensor of the model.0, the API is executed successfully, otherwise the execution fails.Get the property of the specific input tensor of the model that dnnHandle points to.
properties Info of the input tensor.dnnHandle DNN handle, pointing to one model.inputIndex Index of the input tensor of the model.0, the API is executed successfully, otherwise the execution fails.Get the number of the output tensors of the model that dnnHandle points to.
outputCount Number of the output tensors of the model.dnnHandle DNN handle, pointing to one model.0, the API is executed successfully, otherwise the execution fails.Get the names of the output tensors of the model that dnnHandle points to.
name Name of the output tensor of the model.dnnHandle DNN handle, pointing to one model.outputIndex Index of the output tensor of the model.0, the API is executed successfully, otherwise the execution fails.Get the property of the specific output tensor of the model that dnnHandle points to.
properties Info of the output tensor.dnnHandle DNN handle, pointing to one model.outputIndex Index of the output tensor of the model.0, the API is executed successfully, otherwise the execution fails.