Prints an array value to the console during execution and returns the input unchanged. This is useful for debugging JIT-compiled code.
Arguments
- operand
(
arrayish)
Arrayish value of any data type.
Value
arrayish
Returns operand as-is.
StableHLO
Lowers to stablehlo::hlo_custom_call().