Skip to content

Commit 2ac8963

Browse files
Added 'Toutput_types' to ignored_attr
1 parent 7a4f7bc commit 2ac8963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tf2onnx/tf_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ def tflist_to_onnx(g, shape_override):
142142
"Tout", "Tlabels", "Tindex", "element_shape", "Targmax", "Tperm", "Tcond",
143143
"T_threshold", "element_dtype", "shape_type", "_lower_using_switch_merge",
144144
"parallel_iterations", "_num_original_outputs", "output_types", "output_shapes",
145-
"key_dtype", "value_dtype", "Tin", "Tout", "capacity", "component_types", "shapes"]
145+
"key_dtype", "value_dtype", "Tin", "Tout", "capacity", "component_types", "shapes",
146+
"Toutput_types"]
146147

147148
node_list = g.get_operations()
148149
functions = {}

0 commit comments

Comments
 (0)