(x)
| 801 | |
| 802 | @custom_op.register_fake |
| 803 | def custom_op_meta(x): |
| 804 | # Returns an empty tensor with the same shape as the expected output |
| 805 | return torch.empty_like(x) |
| 806 | |
| 807 | ###################################################################### |
| 808 | # Here is an example of exporting a program with the custom op. |
nothing calls this directly
no outgoing calls
no test coverage detected