Skip to content

Commit 4f5bfd7

Browse files
authored
Merge pull request #837 from RandySheriffH/rashuai/IgnoreAttr
Rashuai/ignore attr
2 parents 264b110 + 972475e commit 4f5bfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/tf_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def tflist_to_onnx(g, shape_override):
138138
"Tout", "Tlabels", "Tindex", "element_shape", "Targmax", "Tperm", "Tcond",
139139
"T_threshold", "element_dtype", "shape_type", "_lower_using_switch_merge",
140140
"parallel_iterations", "_num_original_outputs", "output_types", "output_shapes",
141-
"key_dtype", "value_dtype", "Tin", "Tout"]
141+
"key_dtype", "value_dtype", "Tin", "Tout", "capacity", "component_types", "shapes"]
142142

143143
node_list = g.get_operations()
144144
functions = {}

0 commit comments

Comments
 (0)