LICENSE
MANIFEST.in
README.md
pyproject.toml
coreai_torch/__init__.py
coreai_torch/__version__.py
coreai_torch/_aten_to_core.py
coreai_torch/_composite_declaration.py
coreai_torch/_custom_to_core.py
coreai_torch/_debug_locations.py
coreai_torch/_decomp.py
coreai_torch/_torch_metal_kernel.py
coreai_torch/_type_mapping.py
coreai_torch/_utils.py
coreai_torch/_validate.py
coreai_torch/converter.py
coreai_torch/externalize.py
coreai_torch/py.typed
coreai_torch.egg-info/PKG-INFO
coreai_torch.egg-info/SOURCES.txt
coreai_torch.egg-info/dependency_links.txt
coreai_torch.egg-info/requires.txt
coreai_torch.egg-info/top_level.txt
coreai_torch/_compression/__init__.py
coreai_torch/_compression/_floatx.py
coreai_torch/_compression/_intx.py
coreai_torch/_compression/_types.py
coreai_torch/_compression/custom_layers.py
coreai_torch/_compression/utils.py
coreai_torch/composite_ops/__init__.py
coreai_torch/composite_ops/_gated_delta_update.py
coreai_torch/composite_ops/_gather_mm.py
coreai_torch/composite_ops/_rms_norm.py
coreai_torch/composite_ops/_rope.py
coreai_torch/composite_ops/_sdpa.py
coreai_torch/composite_ops/_utils.py
coreai_torch/debugging/__init__.py
coreai_torch/debugging/benchmarker.py
coreai_torch/debugging/comparator.py
coreai_torch/debugging/debug_info.py
coreai_torch/debugging/graph.py
coreai_torch/debugging/graph_diff.py
coreai_torch/debugging/inspector.py
coreai_torch/debugging/search_strategy.py
coreai_torch/debugging/torch_utils.py
coreai_torch/debugging/validator.py
tests/test_converter.py
tests/test_debug_locations.py
tests/test_externalize.py
tests/test_get_module_hierarchy.py
tests/test_lower_simple_model.py
tests/test_stateful.py
tests/test_validate.py