VeriSilicon / TIM-VX

VeriSilicon Tensor Interface Module
Other
226 stars 84 forks source link

is tim-vx available to run graph with virtual tensors as i/o tensor? #155

Closed janoslim closed 3 years ago

janoslim commented 3 years ago

Hello,

I am willing to modify tim-vx as the entire graph can be divided into subgraphs so that i can run the entire neural network seperated. The implementation of tim-vx shows that the input output tensor of the graph has a handle(memory allocated). According to my understanding of openVX, it seems that graph can have virtual tensor as input output, and I wonder if this is possible at the vsi_ level.

Thank you!

sunshinemyson commented 3 years ago

Hi janoslim,

Sorry, you can not set input/output as a virtual tensor in our implementation.

janoslim commented 3 years ago

Thank you for your help!