coremltools
coremltools copied to clipboard
Fix bug in transpose op - don't allow symbolic value in value_inference
This PR covers the following issue #1556
I've verified the new unit test fails without the fix and passes with the fix. Code Looks good to me, pending results of CI run.
CI run: https://gitlab.com/coremltools1/coremltools/-/pipelines/621069457
CI is green. Thanks @andrusza2 for the fix.