Add negative values to Stack axis arg
Stack arg axis used to have range 0 to rank(input) inclusive
This patch extends this range to be from -rank(input)-1 to rank(input)
inclusive, to test legalization of Stack with negative axis values
Signed-off-by:
Tai Ly <tai.ly@arm.com>
Change-Id: Iacb6be2d5e91afc428be5bfa3dff97572b9c845c
Loading
Please register or sign in to comment