Skip to content

Commit

Permalink
Define __all__ in onnx.reference (onnx#5749)
Browse files Browse the repository at this point in the history
Expose ReferenceEvaluator.

Signed-off-by: Justin Chu <[email protected]>
  • Loading branch information
justinchuby authored Nov 10, 2023
1 parent 6fa70c5 commit ab5bdf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnx/reference/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0

__all__ = ["ReferenceEvaluator"]

from onnx.reference.reference_evaluator import ReferenceEvaluator

0 comments on commit ab5bdf8

Please sign in to comment.