Skip to content

Commit 6b99a58

Browse files
author
viv-eth
committed
[DeeployTest] Remove non-ASCII chars
1 parent bdd8ae5 commit 6b99a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeeployTest/generateNetwork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
tensors = graph.tensors()
9191

92-
# build nametype and nameoffset maps
92+
# build {name, type} and {name, offset} maps
9393
manual_types = {}
9494
manual_offsets = {}
9595
for kv in args.input_type_map:

0 commit comments

Comments
 (0)