Skip to content

Commit

Permalink
Update tflite-schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 14, 2022
1 parent 9bfce90 commit d3b635f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tflite-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -2717,6 +2717,7 @@ $root.tflite.AssociatedFile = class AssociatedFile {
$.description = reader.string_(position, 6, null);
$.type = reader.int8_(position, 8, 0);
$.locale = reader.string_(position, 10, null);
$.version = reader.string_(position, 12, null);
return $;
}
};
Expand Down

0 comments on commit d3b635f

Please sign in to comment.