intel/openvino-rs

[Question] Why no `Send` on `Tensor`?

oleflb opened this issue · 1 comments

Is there a reason Send is not implemented for the Tensor type?

This is probably possible but just hasn't been thought through with the recent switch to OpenVINO's "API 2.0" interface. It may relate a bit to your other question, #133, in that we need to ensure that Tensor can indeed be safely passed around between threads.