Files
2024-10-30 22:14:35 +01:00

9 lines
218 B
Python

# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
from __future__ import annotations
__all__ = ["ReferenceEvaluator"]
from onnx.reference.reference_evaluator import ReferenceEvaluator