add onnx frontend stub [pr] (#9558)

This commit is contained in:
George Hotz
2025-03-24 12:24:34 +08:00
committed by GitHub
parent de7d6cec3a
commit 74d98eafb8
12 changed files with 18 additions and 11 deletions

View File

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