ncsdk
ncsdk copied to clipboard
Added NC_RO_GRAPH_TIME_TAKEN_ARRAY_SIZE into getGraphOptionClass0
When trying to retrieve the stats for the last inference getGraphOptionClass0
segfaults because NC_RO_GRAPH_TIME_TAKEN_ARRAY_SIZE
option dataLen
doesn't get initialized properly before it gets used. This commit fixes this bug.