ONE-vscode icon indicating copy to clipboard operation
ONE-vscode copied to clipboard

What kind of information for files? (a.k.a meta)

Open dayo09 opened this issue 2 years ago • 2 comments

What?

Let's discuss what kind of information for each files are needed to be shown by ONE.

When clicking each files, there is nothing showing for now. However, we can provide useful information from dedicated viewer.

dayo09 avatar Aug 25 '22 08:08 dayo09

Circle files

  • File relations: Which model file is this circle file made out of?
  • Date of file creation: When is this circle file compiled?
  • Compiler toolchain version : What is the toolchain version is used to compile this circle file?

Log files

  • File relations: What circle file is this log file about?

dayo09 avatar Aug 29 '22 06:08 dayo09

model (Circle, tflite, onnx, ..) files: total number of ops, op type (e.g., conv2d, add, ...) and count of each op?

hyunsik-yoon avatar Aug 30 '22 06:08 hyunsik-yoon