pyproject.toml
fnnx/__init__.py
fnnx/console.py
fnnx/device.py
fnnx/dtypes.py
fnnx/node_instance.py
fnnx/registry.py
fnnx/runtime.py
fnnx/spec.py
fnnx/utils.py
fnnx.egg-info/PKG-INFO
fnnx.egg-info/SOURCES.txt
fnnx.egg-info/dependency_links.txt
fnnx.egg-info/requires.txt
fnnx.egg-info/top_level.txt
fnnx/envs/_common.py
fnnx/envs/base.py
fnnx/envs/conda.py
fnnx/envs/uv.py
fnnx/extras/builder.py
fnnx/extras/jsonpatcher.py
fnnx/extras/reader.py
fnnx/extras/pydantic_models/common.py
fnnx/extras/pydantic_models/envs.py
fnnx/extras/pydantic_models/manifest.py
fnnx/extras/pydantic_models/meta.py
fnnx/extras/pydantic_models/op_instances.py
fnnx/extras/pydantic_models/ops/onnx.py
fnnx/extras/pydantic_models/variants/pipeline.py
fnnx/extras/pydantic_models/variants/pyfunc.py
fnnx/handlers/_base.py
fnnx/handlers/_common.py
fnnx/handlers/local.py
fnnx/handlers/stdio/__init__.py
fnnx/handlers/stdio/client.py
fnnx/handlers/stdio/worker.py
fnnx/ops/_base.py
fnnx/ops/onnx.py
fnnx/stable/__init__.py
fnnx/stable/v1/__init__.py
fnnx/validators/jsonschema.py
fnnx/validators/model_schema.py
fnnx/variants/_base.py
fnnx/variants/pipeline.py
fnnx/variants/pyfunc.py
fnnx/variants/_common/__init__.py
fnnx/variants/_common/dag.py
fnnx/variants/_common/validators.py
tests/test_dag.py
tests/test_dtypes.py
tests/test_jsonpatcher.py
tests/test_jsonschema.py
tests/test_models.py
tests/test_reader.py
tests/test_registry.py