Lines Matching full:convolution
32 // expected-error @+1 {{unexpected input index map for convolution}}
51 // expected-error @+1 {{unexpected input index map for convolution}}
106 // Convolution op illegal if a loop dimension is used to access
110 // expected-error @+1 {{unexpected loop dimension for convolution op}}
127 // Convolution op illegal if a loop dimension is used only in the output.
130 // expected-error @+1 {{unexpected loop dimension for convolution op}}
148 // Convolution op illegal if a loop dimension is used only in the filter.
151 // expected-error @+1 {{unexpected loop dimension for convolution op}}
169 // Convolution op illegal if a loop dimension is used only in the input.
172 // expected-error @+1 {{unexpected loop dimension for convolution op}}
190 // Convolution op illegal if a loop dimension accessing output is not parallel.