Lines Matching full:dimensions
771 // expected-error @+1 {{'linalg.reduce' op init dimensions [16, 64] doesn't match input dimensions after reduction [16, 32]}}
775 dimensions = [2]
787 // expected-error @+1 {{'linalg.reduce' op dimensions for reduction should be in the range [0, 2].}}
791 dimensions = [3]
803 // expected-error @+1 {{'linalg.reduce' op attribute 'dimensions' failed to satisfy constraint: i64 dense array attribute should be in increasing order}}
807 dimensions = [1, 1]
819 // expected-error @+1 {{'linalg.reduce' op attribute 'dimensions' failed to satisfy constraint: i64 dense array attribute should be in increasing order}}
823 dimensions = [2, 1]
835 // expected-error @+1 {{'linalg.reduce' op number of dimensions after reduction 1 doesn't match the init rank 2}}
839 dimensions = [1, 2]
857 dimensions = [1]
875 dimensions = [1]
894 dimensions = [1]
911 dimensions = [1]
929 dimensions = [1]
1016 // expected-error @+1 {{'linalg.broadcast' op input rank plus added dimensions does not match init rank. }}
1020 dimensions = [1, 2]
1033 dimensions = [5]
1046 dimensions = [1]
1059 dimensions = [1]
1067 linalg.broadcast dimensions = [1]
1074 "linalg.broadcast"() <{dimensions = array<i64: 1>}> ({
1084 %broadcast = linalg.broadcast dimensions = [1]