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.
1 parent 1db1270 commit a327f2bCopy full SHA for a327f2b
tf2onnx/graph.py
@@ -116,7 +116,7 @@ def get_value_attr(self, external_tensor_storage=None):
116
external_tensor_storage.name_counter += 1
117
external_tensor_storage.name_to_tensor_data[tensor_name] = a.t.raw_data
118
external_tensor_storage.node_to_modified_value_attr[self] = a
119
- a.t.raw_data = b'__EXTERNAL'
+ a.t.raw_data = b''
120
location = a.t.external_data.add()
121
location.key = "location"
122
location.value = tensor_name
0 commit comments