[mlir][Parser] Update DenseElementsAttr to print in hex when the number of...
[mlir][Parser] Update DenseElementsAttr to print in hex when the number of elements is over a certain threshold. Summary: DenseElementsAttr is used to store tensor data, which in some cases can become extremely large(100s of mb). In these cases it is much more efficient to format the data as a string of hex values instead. Differential Revision: https://reviews.llvm.org/D74922
Loading
Please sign in to comment