What happened?
Currently we have mlir::stablehlo::Tuple as both a method in StablehloBuilder and a class in reference. We can hack around this with an explicit "class Tuple" specifier for now, but we should add a namespace to reference code since it defines very common names like Token, Type, and Tuple.
What happened?
Currently we have
mlir::stablehlo::Tupleas both a method in StablehloBuilder and a class in reference. We can hack around this with an explicit "class Tuple" specifier for now, but we should add a namespace to reference code since it defines very common names like Token, Type, and Tuple.