fix(compiler/bench): Fixing round end to end yaml description generation with shapes arguments

This commit is contained in:
Quentin Bourgerie
2023-04-19 12:02:31 +02:00
parent af79774ae0
commit ef6fa86603

View File

@@ -117,7 +117,7 @@ def generate(args):
print("# /!\ THIS FILE HAS BEEN GENERATED")
np.random.seed(0)
# unsigned_unsigned
shapes = ([shape] for shape in args.shapes) if args.shapes else (None, [3], [2, 3] , [1, 2, 3])
shapes = tuple([shape] for shape in args.shapes) if args.shapes else (None, [3], [2, 3] , [1, 2, 3])
domain = [
(from_p, to_p, signed, with_tlu, with_shape)
for from_p in args.acc_bitwidth