Skip to content

History

Revisions

  • Fix string comparison (#1014) Fix string comparison in validate_initializer_name Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chudegao chudegao committed Mar 17, 2022
    36f9ee7
  • Fix string comparison (#1014) Fix string comparison in validate_initializer_name Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Mar 17, 2022
    74ca9fd
  • Merge pull request #1011 from chinhuang007/clarify-tf2onnx-readme Add project clarification to README

    @chudegao chudegao committed Mar 12, 2022
    a126d19
  • Merge pull request #1008 from chinhuang007/support-tf-2.8 Update Tensorflow (2.8.0) and ONNX (1.10.2) versions

    @chudegao chudegao committed Mar 12, 2022
    96b33b3
  • support batch normalization opset 15 (#1001) * support batch normalization opset 15 Signed-off-by: degaochu <degaochu@cn.ibm.com> * skip node test for previous version Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix np.testing.assert_almost_equal issue Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Feb 1, 2022
    2d5edca
  • update Optional operator to return right type value for empty value (#996) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jan 7, 2022
    dfa1ef0
  • Merge pull request #993 from chinhuang007/update-tf-version Update Tensorflow Version for Modelzoo Test

    @chudegao chudegao committed Dec 8, 2021
    55010e0
  • Support optional operators (#980) * add optional data type support Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix seq test model issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * update support status Signed-off-by: degaochu <degaochu@cn.ibm.com> * support identity opset 16 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issues for onnx 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix attr proto cross version issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * update opset list and status doc Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Oct 14, 2021
    19f347c
  • Merge pull request #977 from chinhuang007/support-shape-15 Add support for Shape opset 15

    @chudegao chudegao committed Sep 24, 2021
    03b77d4
  • Add support for Pow opset 15 (#976) Add support for Pow opset 15, where bfloat16 data type is added Also add a filter in test_onnx_backend.py to exclude tests with optional inputs.

    @chinhuang007 chinhuang007 committed Sep 21, 2021
    2e1cd33
  • support use user tensorflow graph when training mode is enabled (#968) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Sep 2, 2021
    9d3ebb9
  • Release 1.9.0 (#964) * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * trigger CLA check Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chudegao chudegao committed Aug 24, 2021
    7175697
  • Release 1.9.0 (#964) * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * trigger CLA check Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 20, 2021
    8d2ee2d
  • Release 1.9.0 (#964) * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * trigger CLA check Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 20, 2021
    6abef2c
  • Merge pull request #961 from chinhuang007/support-gru-14 Add batchwise support for gru, lstm, rnn

    @chudegao chudegao committed Aug 19, 2021
    8fd8af3
  • Merge pull request #958 from chinhuang007/batchnorm-14 Partially support BatchNormalization opset 14

    @chudegao chudegao committed Aug 13, 2021
    4d90b1d
  • Add suppor for ONNX model with external data (#957) Add suppor for ONNX model with external data with a new optional command line argument to specify the external data directory. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 9, 2021
    a4dee65
  • Fix issue 953 (#956) * fix onnx development version install issue in CI test Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * exlucde unimplemented operator in onnx backend test Signed-off-by: degaochu <degaochu@cn.ibm.com> * remove .project Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue 951 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix lgtm alert Signed-off-by: degaochu <degaochu@cn.ibm.com> * Update conv_mixin.py Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue 953 Signed-off-by: degaochu <degaochu@cn.ibm.com> * Fix issue 953 Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 3, 2021
    03674f0
  • Fix issue 951 (#954) * fix onnx development version install issue in CI test Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * exlucde unimplemented operator in onnx backend test Signed-off-by: degaochu <degaochu@cn.ibm.com> * remove .project Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue 951 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix lgtm alert Signed-off-by: degaochu <degaochu@cn.ibm.com> * Update conv_mixin.py Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 29, 2021
    ecccd84
  • Fix a bug in slice operator (#938) The len() method was used on a tensor, which is no longer legal in TF2. Signed-off-by: Michal Gallus <michal.gallus@gmail.com> Co-authored-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 23, 2021
    1974a7d
  • fix onnx development version install issue in CI test (#948) * fix onnx development version install issue in CI test Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * exlucde unimplemented operator in onnx backend test Signed-off-by: degaochu <degaochu@cn.ibm.com> * remove .project Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 21, 2021
    47299a1
  • Merge pull request #940 from chudegao/seqsupport support sequence type; support opset 14 of identity op

    @chudegao chudegao committed Jul 17, 2021
    b86f41d
  • support generate opset for custom op/domain (#945) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 12, 2021
    8c50e53
  • Add new operator Trilu (#936) * add new operator trilu Signed-off-by: degaochu <degaochu@cn.ibm.com> * update onnx version to master Signed-off-by: degaochu <degaochu@cn.ibm.com> * add dynamic shape support and test case; format code Signed-off-by: degaochu <degaochu@cn.ibm.com> * update input k to int64 Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 30, 2021
    834d63f
  • Add HardSwish support (#932) Add HardSwish support, which is introduced in ONNX opset 14. Add also a filter to exclude new non-deterministic ONNX model tests. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 25, 2021
    de4236d
  • add opset 14 for relu (#934) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 24, 2021
    c15af5c
  • Add allowzero support for reshape op (#930) Add allowzero support for reshape op which is introduced in opset 14. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 21, 2021
    935df38
  • Fix Broken Link to More Tutorials (#927) Signed-off-by: Nikolai Janakiev <nikolai.janakiev@gmail.com> Co-authored-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 15, 2021
    bf48a16
  • Add data types support for opset 14 (#926) Add data types support for opset 14 for the following ops - Add - Div - Mul - Sub Also fix an ONNX helper api name change in test_model.py Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 15, 2021
    dee0b3c
  • Add support for Multinomial (#920) Add support for Multinomial as requested as part of issue https://github.com/onnx/onnx-tensorflow/issues/728 Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 7, 2021
    54c387f