stamalakhov

Results 12 issues of stamalakhov

### What Let's try to formulate search for optimal MPQ configuration as binary programming task. ### Why There are plenty of software and algorithms that efficiently resolves binary optimization problems...

### What We need to move/remove all render options (e.g. `section names`) for metadata from render part into metadata dictionary or may be another auxiliary dictionary.

### What? Let's fix showing `Model Properties` on input/output nodes. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1539#discussion_r1179858673

### What? Let's make MPQEditor layout more user- friendly. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1539#issuecomment-1526872463.

### What? Any change of mode in `viewer` deselects all previously selected nodes in `selector` mode. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1543#issuecomment-1545415786 and https://github.com/Samsung/ONE-vscode/pull/1543#issuecomment-1552804838. draft: https://github.com/Samsung/ONE-vscode/pull/1543

### What? Click on middle parts of nodes in `viewer` doesn't selects them. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1543#issuecomment-1544938358 draft: #1543

This draft introduces usage VISQ data for the task of manual mixed precision quantization. Basic editing: https://user-images.githubusercontent.com/112689352/235146024-3c052bdf-b936-4246-8427-2ef12ee9d84f.mp4 Show/Hide: https://user-images.githubusercontent.com/112689352/235146151-b3af945e-e9e0-47e2-b3d6-e71fb28d06a3.mp4 CancelScrollToSelection: https://user-images.githubusercontent.com/112689352/235146293-2ea242a5-b5c4-4093-87f1-f77d5a639e7e.mp4 See attachment for sample circle model and computed visqs:...

This commit improves UI layout. This commit improves UI layout. The draft produces the following UI. ![image](https://github.com/Samsung/ONE-vscode/assets/112689352/ccbbf0fd-3c15-4e32-8c29-9a52481da5ec) Related: https://github.com/Samsung/ONE-vscode/issues/1541 ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov

This commit unifies rendering of metadata and enables rendering of arbitrary metadata in json format. Before: ![MetadataLayout](https://github.com/Samsung/ONE-vscode/assets/112689352/b3bf5827-2085-4cf1-881f-e099a3ee9faf) After: ![image](https://github.com/Samsung/ONE-vscode/assets/112689352/870e8d00-6caa-4481-8542-3c96dcefc910) Arbitrary example: ![image](https://github.com/Samsung/ONE-vscode/assets/112689352/170c0dd1-5244-4f48-aa47-056ea6470843) Related: #1557 ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov

This commit allows to create or edit visq configuration file. Basic usage is as follows: 1. Use `Create VISQ data` from context menu of circle file from `EXPLORER` (multiple `selection...