Skip to content

Make implementation files internal (private) #2737

@gramalingam

Description

@gramalingam

The implementation files for the onnxscript converter should be moved into the _internal folder to clarify that these are not public and that users should not take a dependence on the implementation details.

This likely includes files such as converter.py, evaluator.py, irbuilder.py, main.py, type_annotation.py, and values.py, along with corresponding test files.

The main types intended to be made public should be imported from these files and made public by the init.py file.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions