mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
move image+kopt to features (#2015)
* move image+kopt to features * fix tests * debug prints (unrelated)
This commit is contained in:
@@ -262,7 +262,7 @@ class TestSchedule(unittest.TestCase):
|
||||
# this is the failing case in openpilot...it's very simple like this
|
||||
@unittest.skip("failing in old lazy")
|
||||
def test_image_conv_fusion(self):
|
||||
from tinygrad.nn.image import image_conv2d
|
||||
from tinygrad.features.image import image_conv2d
|
||||
w1 = Tensor.empty(16, 16, 1, 1)
|
||||
b1 = Tensor.empty(16)
|
||||
w2 = Tensor.empty(16, 16, 1, 1)
|
||||
|
||||
Reference in New Issue
Block a user