mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

cpp-package: Expose partial shape inference

Open MoritzMaxeiner opened this issue 5 years ago • 5 comments
trafficstars

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

MoritzMaxeiner avatar Jun 18 '20 09:06 MoritzMaxeiner

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.

mxnet-bot avatar Jun 18 '20 09:06 mxnet-bot

@MoritzMaxeiner thanks for the patch. We need to fix the lint first.

szha avatar Jun 18 '20 18:06 szha

@mxnet-bot run ci [windows-gpu, website]

leezu avatar Sep 28 '20 17:09 leezu

Jenkins CI successfully triggered : [website, windows-gpu]

mxnet-bot avatar Sep 28 '20 17:09 mxnet-bot

@szha Anything further needed from my side?

MoritzMaxeiner avatar Sep 30 '20 07:09 MoritzMaxeiner