[BUG] Transform_layout does not work when using Tensorize

Example,my compute

Part of the schedule image tensorize func When I only use Transform_layout, the result is correct,address of W_shared and W are correct。 but when I add tensorize,I get the address through access_ptr(). The address of W_shared in the figure should be (W_shared[(axis1_outer * 1024), but get (W_shared[(axis1_outer * 32).