More convenient device naming
* Names for all devices are written in the same form:
`CPU`, `GPU`, `MYRIAD`, `TPU`
* When multiple myriads or TPU's are available, user can choose between them as:
`MYRIAD:0`, `MYRIAD:1`, `TPU:0`, `TPU:1`, ...
Measuring myriad temperature
* Temperature will be returned from the model call if `return_info` flag is used:
`output, info = model(image_prepared, return_info=True)`
* Temperature of each myriad can be logged to `/home/$USER/.telemetry` after each model call.
To enable this:
`nnio.utils.enable_logging_temperature(True)`