Lines Matching refs:xindex
38 func @reduce_op_arg1_wrong_type(%shape : tensor<?xindex>, %init : index) {
40 %num_elements = shape.reduce(%shape, %init) : tensor<?xindex> -> index {
94 %0 = shape.shape_of %value_arg : !shape.value_shape -> tensor<?xindex>
108 func @get_extent(%arg : tensor<?xindex>) -> index {
111 %result = shape.get_extent %arg, %c0 : tensor<?xindex>, !shape.size -> index
141 func @broadcast(%arg0 : !shape.shape, %arg1 : !shape.shape) -> tensor<?xindex> {
144 : !shape.shape, !shape.shape -> tensor<?xindex>
145 return %result : tensor<?xindex>
151 func @broadcast(%arg0 : !shape.shape, %arg1 : tensor<?xindex>) -> tensor<?xindex> {
154 : !shape.shape, tensor<?xindex> -> tensor<?xindex>
155 return %result : tensor<?xindex>