"ollama/llm/llama.cpp/ggml/src/vulkan-shaders/pad.comp" did not exist on "d924b62a8a0e645613e32b62f01dd6e41ed00aa3"
oss_mnist.py 528 Bytes
Newer Older
1
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
2
3
4
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
5
6
7
8
9


def get_golden_real_stats():

    return {
anj-s's avatar
anj-s committed
10
        "reference_speed": 578,
11
        "reference_memory": 945,
12
        "reference_loss": 0.026,
13
14
15
16
17
18
    }


def get_golden_synthetic_stats():
    # TODO(anj-s): Add support for synthetic regression benchmarks
    raise NotImplementedError("Synthetic data benchmarks are not supported.")