examples
examples copied to clipboard
Initialize thread count from model instead of showing "1" by default.
In the iOS image classification app, the UI currently always shows an initial thread count of 1, even if someone changes the initial thread count in the code. (For example, by passing threadCount:2 into the ModelDataHandler init method.) This change ensures the correct thread count is displayed.