Skip to content

Commit 654163b

Browse files
Added more attributes to tf ignored list
Signed-off-by: Tom Wildenhain <[email protected]>
1 parent 38f5a48 commit 654163b

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)