juliansjungwirth

Results 2 issues of juliansjungwirth

in tf 2.2, 2.3 one can encounter that gathering the tensors names, they sometimes are lists of tensors. this commit handles this. related issue: https://github.com/onnx/keras-onnx/issues/602

Converting a tf-keras 2.2.0/2.3.0 model with multiple output tensors to onnx, I faced the following error: ``` ... in extract_outputs_from_inbound_nodes op_name = tsname_to_node(ts_.name) AttributeError: 'list' object has no attribute 'name'...