xref: /aosp_15_r20/external/executorch/kernels/test/supported_features.yaml (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1- namespace: global
2  is_aten:
3    type: bool
4    default: false
5    docstring: True if the kernel is ATen; we have special handling for ATen
6  output_resize:
7    type: bool
8    default: false
9    docstring: True if the kernel supports resizing output; not supported in ET and being deprecated in ATen
10
11- namespace: op_gelu
12  dtype_double:
13    type: bool
14    default: true
15    docstring: True if the kernel supports double dtype
16
17- namespace: op_log_softmax
18  dtype_double:
19    type: bool
20    default: true
21    docstring: True if the kernel supports double dtype
22