JSON_AIOpenPlatformInfo

JSON message about device computing power on AI Open Platform

{
  "algorithmVersion": "AV1.5.0",
/*required, string, HCNN algorithm version*/
  "firmware": "FW006",
/*required, string, firmware version*/
  "engine": [1, 2, 3, 4],
/*required, int, device computing power; for example, if the device supports 4 chips, the value is [1,2,3,4]*/
  "platform": 1,
/*required, integer32, 1-TX1, 2-P4, 3-3559, 4-3519, 5-3516*/
"platformName": "K81"
/*required, string, custom name of algorithm running platform*/
}