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