Skip to content

Commit 737cb68

Browse files
Merge pull request #1140 from onnx/tom/AddIgnoredAttrs
Added more attributes to tf ignored list
2 parents a5cf0f9 + 654163b commit 737cb68

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
@@ -234,7 +234,7 @@ def tflist_to_onnx(g, shape_override, const_node_values=None):
234234
"T_threshold", "element_dtype", "shape_type", "_lower_using_switch_merge",
235235
"parallel_iterations", "_num_original_outputs", "output_types", "output_shapes",
236236
"key_dtype", "value_dtype", "Tin", "Tout", "capacity", "component_types", "shapes",
237-
"Toutput_types",
237+
"Toutput_types", "dense_shapes", "Tdense",
238238
"Tcomplex", "Treal", # For RFFT, Tcomplex is ignored because
239239
# onnx.helper.make_node fails,
240240
# TODO: it should be added back.

0 commit comments

Comments
 (0)