Пример #1
0
def tflite_2_4_1(model_path, device, features, **benchmark_args):
    benchmark_args = filter_dict(benchmark_args)

    benchmark(
        model_path,
        device,
        features,
        available_benchmarks.tflite_basic,
        "2.4.1",
        benchmark_args,
    )
Пример #2
0
def ncnn_20210124(model_path, device, features, **benchmark_args):
    benchmark_args = filter_dict(benchmark_args)

    benchmark(
        model_path,
        device,
        features,
        available_benchmarks.ncnn_basic,
        "20210124",
        benchmark_args,
    )
Пример #3
0
def tflite_1_15_4(model_path, device, features, **benchmark_args):
    benchmark_args = filter_dict(benchmark_args)

    benchmark(
        model_path,
        device,
        features,
        available_benchmarks.tflite_basic,
        "1.15.4",
        benchmark_args,
    )