Jakub Bachurski

Results 3 issues of Jakub Bachurski

Currently, attributes are built (i.e. passed to `onnx.helper.make_attribute`) 3-4 times, on: - Validation when initializating - Running type inference (1.) and possibly value propagation (2.) - Building For very large...

performance

There are some parts of the standard that we don't yet support or we can't test due to their limited usage, but it would be a good idea to write...

onnx
future
enhancement

This is a feature idea that comes up in alternative libraries. It would be useful to be able to express things like `op.add(x, 1)` or even `op.reshape(x, [-1, 2])` without...

opset
proposal