[Mlir-commits] [mlir] [mlir][python] value casting (PR #69644)
Maksim Levental
llvmlistbot at llvm.org
Mon Oct 23 07:13:35 PDT 2023
makslevental wrote:
> So Am I correct in understanding that the "builder" being used is not dictated by what produced the value? So it doesn't matter if its an arith.constant vs a tensor.constant or hlo.constant, the + behaves based on the type?
Yes that's correct - reasoning is well `tensor.constant` + `tensor.constant`
https://github.com/llvm/llvm-project/pull/69644
More information about the Mlir-commits
mailing list