nxp-imx / pyarmnn-release

PyArmNN is a python extension for Arm NN SDK. PyArmNN provides interface similar to Arm NN C++ Api.
MIT License
14 stars 3 forks source link

spelling in variable name #6

Closed JanderHungrige closed 3 years ago

JanderHungrige commented 4 years ago

Hi, when describing how to use the ArmNN for inference, I think you misspelled the variable output_binding_info in the next line outputs_binding_info. One 's' to much. Cheers

...
# Get output binding information for an output layer by using the layer name.
output_binding_info = parser.GetNetworkOutputBindingInfo(0, 'model/output')
output_tensors = ann.make_output_tensors([outputs_binding_info])
pavel-macenauer-nxp commented 3 years ago

@JanderHungrige Thx for letting us know. We will fix it with the next release.