MatejUrbanQC

Results 5 comments of MatejUrbanQC

> I'm afraid I don't see the issue with the first example, though. Where would that `5` be coming from? Sorry, made a typo in the test. It should be...

I found a comment in the inference code in onnx that says it can change https://github.com/onnx/onnx/blob/ea4afc74f8f84646973e132ed471a82586a8aee1/onnx/defs/controlflow/utils.cc#L96

Another thing I realised. Since the loop constructor takes a function, you could pass a function, which makes a different graph depending on the static shape of the inputs. This...

I don't see how you would get rid of type inference. The difference is only in how you construct the subgraph. Instead of taking the input shapes from the initial...

@cbourjau you can't use `scan_outputs` if you are trying to concatenate arrays of different lengths.