We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 737cb68 + 24afefa commit 13902dcCopy full SHA for 13902dc
tf2onnx/graph.py
@@ -384,7 +384,8 @@ def update_proto(self, external_tensor_storage=None):
384
attr_graphs = self.get_body_graphs()
385
if attr_graphs:
386
for attr_name, sub_graph in attr_graphs.items():
387
- graph_proto = sub_graph.make_graph("graph for " + self.name + " " + attr_name, external_tensor_storage)
+ graph_proto = sub_graph.make_graph("graph for " + self.name + " " + attr_name,
388
+ external_tensor_storage=external_tensor_storage)
389
self.set_attr(attr_name, graph_proto)
390
391
attr = list(self.get_onnx_attrs(external_tensor_storage).values())
0 commit comments