Skip to content

Commit

Permalink
Add a TODO to explain why MHLO_Tensor does not alias HLO_Tensor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 614783356
  • Loading branch information
Michael Levesque-Dion authored and TensorFlow MLIR Team committed Mar 11, 2024
1 parent 6fa33b9 commit 3b75816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mhlo/IR/hlo_base.td
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ defvar MHLO_QuantizedIntTensor = HLO_QuantizedIntOrPerAxisQuantizedIntTensor;

defvar MHLO_PredTensor = HLO_PredTensor;

// TODO: b/327490705 - Change this alias back to HLO_Tensor once MHLO_Tensor no
// longer needs per axis quantization.
defvar MHLO_Tensor = HLO_TensorOrPerAxisQuantizedTensor;

defvar MHLO_AnyTensor = HLO_AnyTensor;
Expand Down

0 comments on commit 3b75816

Please sign in to comment.