microsoft / microsoft/winml-cli
improve serialization of InputValueConstraint
Open
Nobody has claimed this yet.
feature scale
NPU
P2
static-analyzer
triaged
- Dominant language
- Python
- Stars
- 40
- Forks
- 11
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 50
Description
For example in Where condition_x_shape = InputValueConstraint(np.ones(x_shape, dtype=np.bool_)), it outputs numerous of true, which takes big size and unnecessary
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the InputValueConstraint serialization entry point and reproduce the Where example using a boolean array. Trace how the serialized value represents repeated true values, then define a compact representation that preserves the constraint and verify the resulting serialized output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100