move frontend dir to nn [pr] (#12470)

This commit is contained in:
George Hotz
2025-10-07 10:42:22 +08:00
committed by GitHub
parent f664bcc8bd
commit 0f25b4b289
22 changed files with 18 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
from tinygrad import Tensor
from tinygrad.tensor import _to_np_dtype
from tinygrad.frontend.onnx import OnnxRunner, OnnxValue
from tinygrad.nn.onnx import OnnxRunner, OnnxValue
import numpy as np
import onnxruntime as ort