"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "c7c7961d2399de7d301f7d01451ffb10f859d1b4"
__init__.py 334 Bytes
Newer Older
1
2
3
4
5
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

"""A module containing all the micro-benchmarks."""

6
from superbench.benchmarks.micro_benchmarks.micro_base import MicroBenchmark
7
from superbench.benchmarks.micro_benchmarks.sharding_matmul import ShardingMatmul
8

9
__all__ = ['MicroBenchmark', 'ShardingMatmul']