Spaces:
Running
Running
File size: 204 Bytes
dc2106c |
1 2 3 4 5 6 7 8 |
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
__all__ = ["BackendTest"]
# for backward compatibility
from onnx.backend.test.runner import Runner as BackendTest
|