Get desktop application:
View/edit binary Protocol Buffers messages
* flow graph defination
* graph name
* graph input names
* graph output names
* node parameter
* flow node defination
Used in:
* node name
* node type type='Input' to mark node as an input node type='Inference' to mark node as an inference node
* node input data type, only input node use this information candidates are FLOAT32, FLOAT16, UINT32, INT8
* node input data format, only input node use this information candidates are NCHW, NCHWC8, MTK, NORMAL
* node input dimension, only input node use this information
* node input names
* node output names
* preprocess and postprocess tmp bufer size, element number, not bytes
* node inference precision, support prefered process precision
* self-defined infer node output size function parameter parameter use array to manage, [function name, other parameters] other paramaters are optional
* self-defined preprocess function parameter parameter use array to manage, [preprocess function name, other parameters] other paramaters are optional
* self-defined inference parameter parameter use array to manage, [inference model path, model output] model output paramaters are optional when there is no postprocess function.
* self-defined postprocess function parameter parameter use array to manage, [postprocess function name, other parameters] other paramaters are optional