struss
struss
I update this as to use Env as a Device, but add a one concept about this. I think it need to add component to handle Host(which means connected host,...
I think I need to comment about some terms - ExecutionEnvManager ``` This means HostPC where Device(ExecutionEnv) connected. so, it will execute real command on this. so it will use...
> Could you explain what 'Device' means in your code? > > * I think some H/W device such as TV can be a `Device`. Is this correct? right. I...
if anyone have a new idea about this, I will make this into small PR!
um....what about split `executor` from `backend`?
 on My local linux, it look like this.
https://github.com/Samsung/ONE-vscode/pull/754#discussion_r893178019 This will help to understand this.
> Through the offline meeting, I could understand the code better. > > The hierarchy(?) of these classes is like below (according to what I understand): > > ``` >...
A little bit worried about `Executor` attached on `Backend`. if `one-infer` introduced, no need to know backend to run inference or profile using `Executor`
I tried similar approach on #1037 , and works well.