Skip to content
Merged
Prev Previous commit
Next Next commit
add missing import
  • Loading branch information
xadupre committed Nov 13, 2023
commit 8be137ad3722a2f54686ac66c41eebd47d21504e
1 change: 1 addition & 0 deletions onnx_array_api/light_api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
make_tensor_type_proto,
)
from onnx.numpy_helper import from_array
from ..ext_test_case import is_azure, is_windows
from .annotations import (
elem_type_int,
make_shape,
Expand Down