|
75 | 75 | - op: clamp.Tensor_out |
76 | 76 | kernels: |
77 | 77 | - arg_meta: null |
78 | | - kernel_name: cadence::impl::HiFi::clamp_tensor_out |
| 78 | + kernel_name: cadence::impl::HiFi::clamp_Tensor_out |
79 | 79 |
|
80 | 80 | - op: clone.out |
81 | 81 | kernels: |
|
100 | 100 | - op: eq.Tensor_out |
101 | 101 | kernels: |
102 | 102 | - arg_meta: null |
103 | | - kernel_name: cadence::impl::HiFi::eq_tensor_out |
| 103 | + kernel_name: cadence::impl::HiFi::eq_Tensor_out |
104 | 104 |
|
105 | 105 | - op: fmod.Tensor_out |
106 | 106 | kernels: |
|
120 | 120 | - op: ge.Scalar_out |
121 | 121 | kernels: |
122 | 122 | - arg_meta: null |
123 | | - kernel_name: cadence::impl::HiFi::ge_scalar_out |
| 123 | + kernel_name: cadence::impl::HiFi::ge_Scalar_out |
124 | 124 |
|
125 | 125 | - op: ge.Tensor_out |
126 | 126 | kernels: |
127 | 127 | - arg_meta: null |
128 | | - kernel_name: cadence::impl::HiFi::ge_tensor_out |
| 128 | + kernel_name: cadence::impl::HiFi::ge_Tensor_out |
129 | 129 |
|
130 | 130 | - op: gelu.out |
131 | 131 | kernels: |
|
135 | 135 | - op: gt.Scalar_out |
136 | 136 | kernels: |
137 | 137 | - arg_meta: null |
138 | | - kernel_name: cadence::impl::HiFi::gt_scalar_out |
| 138 | + kernel_name: cadence::impl::HiFi::gt_Scalar_out |
139 | 139 |
|
140 | 140 | - op: gt.Tensor_out |
141 | 141 | kernels: |
142 | 142 | - arg_meta: null |
143 | | - kernel_name: cadence::impl::HiFi::gt_tensor_out |
| 143 | + kernel_name: cadence::impl::HiFi::gt_Tensor_out |
144 | 144 |
|
145 | 145 | - op: hardtanh.out |
146 | 146 | kernels: |
|
150 | 150 | - op: le.Scalar_out |
151 | 151 | kernels: |
152 | 152 | - arg_meta: null |
153 | | - kernel_name: cadence::impl::HiFi::le_scalar_out |
| 153 | + kernel_name: cadence::impl::HiFi::le_Scalar_out |
154 | 154 |
|
155 | 155 | - op: le.Tensor_out |
156 | 156 | kernels: |
157 | 157 | - arg_meta: null |
158 | | - kernel_name: cadence::impl::HiFi::le_tensor_out |
| 158 | + kernel_name: cadence::impl::HiFi::le_Tensor_out |
159 | 159 |
|
160 | 160 | - op: lt.Scalar_out |
161 | 161 | kernels: |
162 | 162 | - arg_meta: null |
163 | | - kernel_name: cadence::impl::HiFi::lt_scalar_out |
| 163 | + kernel_name: cadence::impl::HiFi::lt_Scalar_out |
164 | 164 |
|
165 | 165 | - op: lt.Tensor_out |
166 | 166 | kernels: |
167 | 167 | - arg_meta: null |
168 | | - kernel_name: cadence::impl::HiFi::lt_tensor_out |
| 168 | + kernel_name: cadence::impl::HiFi::lt_Tensor_out |
169 | 169 |
|
170 | 170 | - op: masked_fill.Scalar_out |
171 | 171 | kernels: |
172 | 172 | - arg_meta: null |
173 | | - kernel_name: cadence::impl::HiFi::masked_fill_scalar_out |
| 173 | + kernel_name: cadence::impl::HiFi::masked_fill_Scalar_out |
174 | 174 |
|
175 | 175 | - op: max_pool2d_with_indices.out |
176 | 176 | kernels: |
|
185 | 185 | - op: mean.out |
186 | 186 | kernels: |
187 | 187 | - arg_meta: null |
188 | | - kernel_name: cadence::impl::HiFi::mean_out |
| 188 | + kernel_name: cadence::impl::HiFi::mean_out |
189 | 189 |
|
190 | 190 | - op: minimum.out |
191 | 191 | kernels: |
|
205 | 205 | - op: ne.Tensor_out |
206 | 206 | kernels: |
207 | 207 | - arg_meta: null |
208 | | - kernel_name: cadence::impl::HiFi::ne_tensor_out |
| 208 | + kernel_name: cadence::impl::HiFi::ne_Tensor_out |
209 | 209 |
|
210 | 210 | - op: permute_copy.out |
211 | 211 | kernels: |
|
289 | 289 | kernels: |
290 | 290 | - arg_meta: null |
291 | 291 | kernel_name: cadence::impl::HiFi::dequantize_per_tensor_out |
292 | | - |
| 292 | + |
293 | 293 | - func: cadence::quantized_conv.out(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] padding, int[] dilation, int groups, int input_zero_point, Tensor weight_zero_point, Tensor bias_scale, float out_scale, int out_zero_point, Tensor out_multiplier, Tensor out_shift, bool channel_last=False, *, Tensor(a!) out) -> Tensor(a!) |
294 | 294 | kernels: |
295 | 295 | - arg_meta: null |
296 | | - kernel_name: cadence::impl::HiFi::quantized_conv_out |
| 296 | + kernel_name: cadence::impl::HiFi::quantized_conv_out |
297 | 297 |
|
298 | 298 | - func: cadence::quantized_layer_norm.out(Tensor input, Tensor in_scale, Tensor in_zero_point, int[] normalized_shape, Tensor weight, Tensor bias, float eps, float output_scale, int output_zero_point, *, Tensor(a!) out) -> Tensor(a!) |
299 | 299 | kernels: |
|
0 commit comments