|
2 | 2 |
|
3 | 3 | # This yaml file is auto-generated by //executorch/exir/dialects/edge/yaml_generator.py
|
4 | 4 | # Please do not update it manually.
|
5 |
| -# If anything is not up-to-date, please rerun the binary target. Optional argument: --refresh. |
| 5 | +# If anything is not up-to-date, please rerun the binary target. Optional argument: --regenerate. |
6 | 6 | - func: aten::_log_softmax
|
7 | 7 | namespace: edge
|
8 | 8 | inherits: aten::_log_softmax
|
|
198 | 198 | - self: T0
|
199 | 199 | __ret_0: T0
|
200 | 200 |
|
201 |
| -- func: aten::lift_fresh_copy |
202 |
| - namespace: edge |
203 |
| - inherits: aten::lift_fresh_copy |
204 |
| - type_alias: |
205 |
| - T0: [Bool, Byte, Char, Double, Float, Int, Long, Short] |
206 |
| - type_constraint: |
207 |
| - - self: T0 |
208 |
| - __ret_0: T0 |
209 |
| - |
210 | 201 | - func: aten::masked_fill.Scalar
|
211 | 202 | namespace: edge
|
212 | 203 | inherits: aten::masked_fill.Scalar
|
|
245 | 236 | mask: T0
|
246 | 237 | __ret_0: T7
|
247 | 238 |
|
248 |
| -- func: aten::minimum |
249 |
| - namespace: edge |
250 |
| - inherits: aten::minimum |
251 |
| - type_alias: |
252 |
| - T0: [Bool, Byte, Char, Double, Float, Int, Long, Short] |
253 |
| - type_constraint: |
254 |
| - - self: T0 |
255 |
| - other: T0 |
256 |
| - __ret_0: T0 |
257 |
| - |
258 | 239 | - func: aten::mm
|
259 | 240 | namespace: edge
|
260 | 241 | inherits: aten::mm
|
|
324 | 305 | - self: T0
|
325 | 306 | __ret_0: T0
|
326 | 307 |
|
327 |
| -- func: aten::select_copy.int |
328 |
| - namespace: edge |
329 |
| - inherits: aten::select_copy.int |
330 |
| - type_alias: |
331 |
| - T0: [Bool, Byte, Char, Double, Float, Int, Long, Short] |
332 |
| - type_constraint: |
333 |
| - - self: T0 |
334 |
| - __ret_0: T0 |
335 |
| - |
336 | 308 | - func: aten::sigmoid
|
337 | 309 | namespace: edge
|
338 | 310 | inherits: aten::sigmoid
|
|
439 | 411 | T0: [Bool, Byte, Char, Double, Float, Int, Long, Short]
|
440 | 412 | type_constraint:
|
441 | 413 | - __ret_0: T0
|
442 |
| - |
443 |
| -- func: jarvis_nn_ops::attention_mask |
444 |
| - namespace: edge |
445 |
| - inherits: jarvis_nn_ops::attention_mask |
446 |
| - type_alias: |
447 |
| - T0: [Bool, Byte, Char, Double, Float, Int, Long, Short] |
448 |
| - T1: [Float] |
449 |
| - T2: [Int] |
450 |
| - type_constraint: |
451 |
| - - input: T0 |
452 |
| - start: T2 |
453 |
| - stop: T2 |
454 |
| - __ret_0: T1 |
0 commit comments