mxnet
mxnet copied to clipboard
cpp-package: Expose partial shape inference
Description
Expose the ability to infer shapes partially via the cpp-package
Continuation of #16251
Checklist
Essentials
- [x] Changes are complete (i.e. I finished coding on this PR)
- [x] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
Changes
- [x] Add
mxnet::cpp::Symbol::InferShapePartial
Hey @MoritzMaxeiner , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:
- To trigger all jobs: @mxnet-bot run ci [all]
- To trigger specific jobs: @mxnet-bot run ci [job1, job2]
CI supported jobs: [website, clang, centos-cpu, centos-gpu, sanity, miscellaneous, unix-gpu, windows-gpu, edge, windows-cpu, unix-cpu]
Note: Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. All CI tests must pass before the PR can be merged.
@MoritzMaxeiner thanks for the patch. We need to fix the lint first.
@mxnet-bot run ci [windows-gpu, website]
Jenkins CI successfully triggered : [website, windows-gpu]
@szha Anything further needed from my side?