microsoft / microsoft/winml-cli

improve serialization of InputValueConstraint

Open
#116 1 comment 0 reactions 0 assignees View on GitHub

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

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.