We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9b50e3a commitdd76457Copy full SHA for dd76457
onnx_array_api/translate_api/__init__.py
@@ -11,7 +11,7 @@ def translate_header(api: str = "light"):
11
returntextwrap.dedent(
12
"""
13
import numpy as np
14
-immort ml_dtypes
+import ml_dtypes
15
from onnx_array_api.light_api import start
16
from onnx_array_api.translate_api import translate
17
@@ -20,7 +20,7 @@ def translate_header(api: str = "light"):
20
21
22
23
24
import onnx
25
import onnx.helper as oh
26
import onnx.numpy_helper as onh
@@ -31,7 +31,7 @@ def translate_header(api: str = "light"):
31
32
33
34
35
36
from onnx_array_api.graph_api import GraphBuilder
37