Skip to content

Support ONNX Pad tests

To fully support the ONNX version of Pad operator there are two problems:

  • Add axes attribute
  • Support the cases where the dimensions of the tensor are not known at import time.
Edited by Houssem ROUIS