LICENSE
License.md
MANIFEST.in
README.md
pyproject.toml
examples/cards/infer_cards_onnx.py
examples/cards/yolov8_convert.py
examples/mnistwild/mnistwild.py
securemr/__init__.py
securemr/generate_benchmark_json.py
securemr/generate_info.py
securemr/test_pytorch_to_qnn.py
securemr.egg-info/PKG-INFO
securemr.egg-info/SOURCES.txt
securemr.egg-info/dependency_links.txt
securemr.egg-info/not-zip-safe
securemr.egg-info/requires.txt
securemr.egg-info/top_level.txt
securemr/bindings/__init__.py
securemr/bindings/loader.py
securemr/bindings/linux/__init__.py
securemr/core/__init__.py
securemr/core/types.py
securemr/core/utils.py
securemr/inspect/__init__.py
securemr/inspect/compare_outputs.py
securemr/inspect/inspect_utils.py
securemr/inspect/logcat.py
securemr/inspect/model_cli.py
securemr/inspect/pipeline_cli.py
securemr/inspect/apks/model_inspect-debug.apk
securemr/inspect/apks/pipeline_inspect-debug.apk
securemr/py2smr/__init__.py
securemr/py2smr/converter.py
securemr/py2smr/ops.py
securemr/py2smr/tracer.py
securemr/py2smr/verifier.py
securemr/qnn/__init__.py
securemr/qnn/install_qnn.py
securemr/qnn/onnx_to_qnn.py
securemr/qnn/pytorch_to_qnn.py
securemr/qnn/qnn_model.py
securemr/qnn/qnn_model_v2.py
securemr/qnn/qnn_to_pipeline.py
securemr/viz/__init__.py
securemr/viz/pipeline_viz.py
tests/__init__.py
tests/conftest.py
tests/test_inspect.py
tests/test_operator.py
tests/test_pipeline.py
tests/test_py2smr.py
tests/test_tensor.py
tests/test_tensor_mat.py
tests/test_tensor_vec.py
tests/py2smr_ops/__init__.py
tests/py2smr_ops/conftest.py
tests/py2smr_ops/test_all.py
tests/py2smr_ops/test_any.py
tests/py2smr_ops/test_apply_affine.py
tests/py2smr_ops/test_apply_affine_point.py
tests/py2smr_ops/test_argmax.py
tests/py2smr_ops/test_arithmetic.py
tests/py2smr_ops/test_assignment.py
tests/py2smr_ops/test_camera_space_to_world.py
tests/py2smr_ops/test_convert_color.py
tests/py2smr_ops/test_customized_compare.py
tests/py2smr_ops/test_elementwise_and.py
tests/py2smr_ops/test_elementwise_max.py
tests/py2smr_ops/test_elementwise_min.py
tests/py2smr_ops/test_elementwise_multiply.py
tests/py2smr_ops/test_elementwise_or.py
tests/py2smr_ops/test_get_affine.py
tests/py2smr_ops/test_get_transform_mat.py
tests/py2smr_ops/test_inversion.py
tests/py2smr_ops/test_javascript.py
tests/py2smr_ops/test_load_texture.py
tests/py2smr_ops/test_nms.py
tests/py2smr_ops/test_norm.py
tests/py2smr_ops/test_normalize.py
tests/py2smr_ops/test_rectified_vst_access.py
tests/py2smr_ops/test_render_text.py
tests/py2smr_ops/test_run_model_inference.py
tests/py2smr_ops/test_solve_pnp.py
tests/py2smr_ops/test_sort_mat.py
tests/py2smr_ops/test_sort_vec.py
tests/py2smr_ops/test_svd.py
tests/py2smr_ops/test_swap_hwc_chw.py
tests/py2smr_ops/test_switch_gltf_render_status.py
tests/py2smr_ops/test_unknown.py
tests/py2smr_ops/test_update_gltf.py
tests/py2smr_ops/test_uv_to_3d_in_cam_space.py