Tracking issue for unsupported parts of the standard #28
Labels
enhancement
New feature or request
future
Related to unstable/WIP features
onnx
ONNX standard and ecosystem
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 these down in case they come up.
Unticked features written in bold have (unstable and possibly partial) internal implementations and test suites. Let ticked features be the ones that are stable.
Features in this list without their own issue are not significant enough to be a blocker for a release.
Constant
, initialisers as input defaults unsupported in ORT. Add unstableinitializer
function #50TensorProto
must be kept in memory asnumpy.ndarray
. How will this affect running type inference, when e.g. attributes are expected?Constant
are ignored.bfloat16
. We would need to slightly modify our representation to accept this.The text was updated successfully, but these errors were encountered: