Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 1c583f1

Browse files
committed
moved operator authoring out
1 parent 019b2d9 commit 1c583f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

functorch/compile/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .._src.operator_authoring import pointwise_operator

test/test_operator_authoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import torch
77
from torch import fx
8-
from functorch import pointwise_operator
8+
from functorch.compile import pointwise_operator
99
from torch.testing._internal.common_utils import run_tests
1010
from torch.testing._internal.jit_utils import JitTestCase
1111
import unittest

0 commit comments

Comments
 (0)