Yunjay Hong

Results 4 issues of Yunjay Hong

### WHAT Let's introduce post-process stage by option in `one-infer`. ### WHY To support *value-test* between two different `one-infer` results, the inference result data should be well formatted. The standard...

### What Let's design standard data format, which type can be `.npy`, `.h5`, or `.bin`. Defining standard format of I/O data can be restricting the naming convention of files or...

This commit introduces `tlifte-infer` tool which helps to infer tflite model and get the result data. It can be used by `one-infer` in `one-cmds`. Signed-off-by: yunjay-hong

### What Let's introduce `one-infer` to onecc as a inferring wrapper binary. ### Why ONE-vscode is planed to support End-to-end value validation test. `one-infer` will execute the backend models' inference...