[TIR]How to add a print function to TIR for debugging?

I encountered an error: TVMError: Assert fail: 4==T.tvm_struct_get (var_B, 0, 4, “int32”), matmul_for_x86_intrinsic.var_B.ndim is expected to equal 4 I want to print the value of T.tvm.struct_get (var_B, 0, 4, “int32”) and see what it is? How to print it?