onnxconverter_common/onnx_fx.py (7 lines): - line 268: # @TODO: outputs missing - line 431: for graph_output in output_map.keys(): # @TODO: use proper comprehensions - line 447: # @TODO: This will also map some code that may be shared later on. Leave that to the optimizer. - line 486: if initializer.name in existing_initializer_names: # @TODO: check if they are the same - line 496: if value_info.name in existing_value_infos: # @TODO: check if they are the same - line 499: # @TODO: Not sure what must be mapped, and how - line 521: outputs=outputs, # @TODO: unique output names onnxconverter_common/oopb.py (1 line): - line 37: # TODO: not all OnnxOperatorBuilder invocation is via as_default...