onnx2c icon indicating copy to clipboard operation
onnx2c copied to clipboard

Dynamic data in resolveOutput?

Open mrzealot opened this issue 3 years ago • 2 comments

Hi! I'm experimenting with additional ONNX nodes, and running into issues with ones that need dynamic tensor input even to be able to determine the output's shape in resolveOutput (an easy example is Range, where all three of start, delta, and limit are inputs, not attributes). Am I correct in assuming that this is currently only supported for initialized (i.e., const) nodes? If so, what do you think would need to change to support fully dynamic input in these cases? Thanks!

mrzealot avatar May 05 '21 13:05 mrzealot