mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
move device to device.py (#2466)
* move device to device.py * pylint test --disable R,C,W,E --enable E0611 * fix tests
This commit is contained in:
@@ -3,7 +3,7 @@ import pathlib
|
||||
import unittest
|
||||
import numpy as np
|
||||
from tinygrad.tensor import Tensor
|
||||
from tinygrad.ops import Device
|
||||
from tinygrad import Device
|
||||
|
||||
class TestVGG7(unittest.TestCase):
|
||||
def test_vgg7(self):
|
||||
|
||||
Reference in New Issue
Block a user