.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierignore
.prettierrc
.readthedocs.yml
CHANGELOG.rst
LICENSE
README.md
environment.yml
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/build_and_publish.yml
.github/workflows/ci.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/guides/advanced.ipynb
docs/guides/converter.ipynb
docs/guides/example-model-netron.png
docs/guides/inference.ipynb
docs/guides/inline.ipynb
docs/guides/tutorial.ipynb
docs/manual/changelog.rst
docs/manual/operators.rst
docs/manual/overview.rst
docs/manual/unstable.rst
examples/monte_carlo_pi.py
src/spox/__init__.py
src/spox/_adapt.py
src/spox/_attributes.py
src/spox/_build.py
src/spox/_debug.py
src/spox/_exceptions.py
src/spox/_fields.py
src/spox/_function.py
src/spox/_future.py
src/spox/_graph.py
src/spox/_inline.py
src/spox/_internal_op.py
src/spox/_node.py
src/spox/_patch_ref_impl.py
src/spox/_public.py
src/spox/_schemas.py
src/spox/_scope.py
src/spox/_shape.py
src/spox/_standard.py
src/spox/_traverse.py
src/spox/_type_system.py
src/spox/_utils.py
src/spox/_value_prop.py
src/spox/_var.py
src/spox/py.typed
src/spox.egg-info/PKG-INFO
src/spox.egg-info/SOURCES.txt
src/spox.egg-info/dependency_links.txt
src/spox.egg-info/requires.txt
src/spox.egg-info/top_level.txt
src/spox/opset/ai/onnx/v17.py
src/spox/opset/ai/onnx/ml/v3.py
tests/__init__.py
tests/conftest.py
tests/test_adapt.py
tests/test_attr.py
tests/test_broadcast.py
tests/test_constructors.py
tests/test_custom_operator.py
tests/test_equiv_types.py
tests/test_function.py
tests/test_graph.py
tests/test_inline.py
tests/test_optional.py
tests/test_public.py
tests/test_standard_op.py
tests/test_subgraphs.py
tests/test_tensor.py
tests/test_type_translation.py
tests/test_value_propagation.py
tests/full/__init__.py
tests/full/conftest.py
tests/full/test_brackets.py
tests/full/test_lifting.py
tests/full/test_turing_completeness.py
tests/future/test_var_operators.py
tests/type_inference/test_array_feature_extractor.py
tests/type_inference/test_binarizer.py
tests/type_inference/test_category_mapper.py
tests/type_inference/test_compress.py
tests/type_inference/test_imputer.py
tests/type_inference/test_label_encoder.py
tests/type_inference/test_linear_regressor.py
tests/type_inference/test_normalizer.py
tests/type_inference/test_one_hot.py
tests/type_inference/test_one_hot_encoder.py
tests/type_inference/test_scaler.py
tests/type_inference/test_tree_ensemble_classifier.py
tests/type_inference/test_tree_ensemble_regressor.py
tools/generate_opset.py
tools/templates/class.jinja2
tools/templates/construct.jinja2
tools/templates/constructor.jinja2
tools/templates/docstring.jinja2
tools/templates/inherit.jinja2
tools/templates/preamble.jinja2
tools/templates/summary.jinja2
tools/templates/extras/const.jinja2
tools/templates/extras/promote.jinja2
tools/templates/extras/xif.jinja2
tools/templates/extras/xloop.jinja2
tools/templates/type_inference/arrayfeatureextractor1.jinja2
tools/templates/type_inference/binarizer1.jinja2
tools/templates/type_inference/categorymapper1.jinja2
tools/templates/type_inference/compress11.jinja2
tools/templates/type_inference/if16.jinja2
tools/templates/type_inference/imputer1.jinja2
tools/templates/type_inference/linearregressor1.jinja2
tools/templates/type_inference/loop16.jinja2
tools/templates/type_inference/normalizer1.jinja2
tools/templates/type_inference/onehot11.jinja2
tools/templates/type_inference/onehotencoder1.jinja2
tools/templates/type_inference/scaler1.jinja2
tools/templates/type_inference/treeensembleclassifier3.jinja2
tools/templates/type_inference/treeensembleregressor3.jinja2
tools/templates/value_propagation/constant13.jinja2