Skip to content
Commit 956d4953 authored by Ian Tayler Lessa's avatar Ian Tayler Lessa Committed by Eric Kunze
Browse files

Use uint64_t seeds for conformance tests



Before this patch, the python code generated seeds that were sometimes
larger than the maximum uint64_t value, and the C++ code expected 32-bit
seeds. Also, the seeds for all tensors in an test were the same.

Now, the python code generates uint64_t seeds which are different for
each tensor, the jsonschema validates them, and the C++ code uses
their full 64 bits.

Signed-off-by: Ian Tayler Lessa's avatarIan Tayler Lessa <ian.taylerlessa@arm.com>
Change-Id: Ib00cfa73f7344ae8407d0fbdb3a180f62e98de86
parent 16fc65d0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment