Skip to content

[pull] master from tensorflow:master#547

Merged
pull[bot] merged 3 commits intolskov:masterfrom
tensorflow:master
Jul 26, 2025
Merged

[pull] master from tensorflow:master#547
pull[bot] merged 3 commits intolskov:masterfrom
tensorflow:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Jul 26, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

majiddadashi and others added 3 commits July 25, 2025 18:20
This change introduces several helper functions to be used in the upcoming `PropagateQSVPass`. These functions provide core utilities for inspecting and manipulating quantization operations in the MLIR graph.

The new functions include:
- `IsProducedByDQ`: Checks if a value is the result of a `DequantizeOp`.
- `IsDefiningQ`: Checks if a value's only use is a `QuantizeOp`.
- `InsertQDQ`: Inserts a `QuantizeOp`/`DequantizeOp` pair for a given value.

These helpers are essential for the logic in `PropagateQSVPass`, which will handle the propagation of quantization parameters.

PiperOrigin-RevId: 787306700
PiperOrigin-RevId: 787363801
PiperOrigin-RevId: 787379531
@pull pull bot locked and limited conversation to collaborators Jul 26, 2025
@pull pull bot added the ⤵️ pull label Jul 26, 2025
@pull pull bot merged commit a097006 into lskov:master Jul 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants