mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
This attribute represents a reference to a splat vector or tensor, where all the elements have the same value. The syntax of the attribute is: `splat<` (tensor-type | vector-type)`,` attribute-value `>` PiperOrigin-RevId: 216537997