__init__.py 213 Bytes
Newer Older
1
2
3
4
5
6
7
8
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

"""SuperBench Python module.

Provide hardware and software benchmarks for AI systems.
"""

9
__version__ = '0.3.0'
10
__author__ = 'Microsoft'