refactor(torch): Introduce resource-backed tensors#186
refactor(torch): Introduce resource-backed tensors#186ilagomatis wants to merge 1 commit intomainfrom
Conversation
003d665 to
cc5a8cc
Compare
61f3bd1 to
f299910
Compare
f299910 to
c50cc86
Compare
c50cc86 to
5ccf3a5
Compare
5ccf3a5 to
f1fa35b
Compare
f1fa35b to
d2be0fb
Compare
Cpp-Linter Report
|
Coverage report diff
|
Signed-off-by: Ilias Lagomatis <ilago@nubificus.co.uk>
d2be0fb to
93209c7
Compare
Refactor the Torch tensor structure, so that it can also hold tensor data on a vAccel resource. This way, on RPC plugin cases, the tensor content can be easily moved to the agent side and stay there, until we decide to sync the content (for output tensors).