xref: /aosp_15_r20/external/executorch/kernels/test/custom_kernel_example/my_functions.yaml (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1# Copyright (c) Meta Platforms, Inc. and affiliates.
2#
3# This yaml file contains operators that have optimized kernels available.
4
5- op: relu.out
6  kernels:
7    - arg_meta: null
8      kernel_name: my_custom_kernels::my_relu_out
9