PyPI project
ace-fhe
1 indexed release ยท newest sdist 0.2.2 with 280 indexed members
Files in 0.2.2 ace_fhe-0.2.2-cp312-cp312-manylinux_2_39_x86_64.whl
- ace/__init__.py
- ace/_version.py
- ace/cli/__init__.py
- ace/cli/__main__.py
- ace/cli/bench/__init__.py
- ace/cli/bench/latency.py
- ace/cli/doctor.py
- ace/cli/dump_sample.py
- ace/cli/gds/__init__.py
- ace/cli/gds/check.py
- ace/cli/gds/env_check.py
- ace/cli/kms/__init__.py
- ace/cli/kms/gen_enc_keys.py
- ace/cli/kms/gen_eval_keys.py
- ace/cli/kms/info.py
- ace/cli/kms/list_keys.py
- ace/cli/main.py
- ace/cli/relu_profile.py
- ace/cli/train_resnet.py
- ace/fhe/__init__.py
- ace/fhe/backend/__init__.py
- ace/fhe/backend/acelib.py
- ace/fhe/backend/antlib.py
- ace/fhe/backend/base.py
- ace/fhe/backend/openfhe.py
- ace/fhe/backend/phantom.py
- ace/fhe/backend/seal.py
- ace/fhe/cache.py
- ace/fhe/check_env.py
- ace/fhe/config/__init__.py
- ace/fhe/config/base.py
- ace/fhe/config/compile_options.py
- ace/fhe/config/compute_options.py
- ace/fhe/config/default_options.py
- ace/fhe/config/inference_mode.py
- ace/fhe/config/io_config.py
- ace/fhe/config/key_mode.py
- ace/fhe/config/profiler.py
- ace/fhe/config/spec.py
- ace/fhe/decorators.py
- ace/fhe/driver/__init__.py
- ace/fhe/driver/base.py
- ace/fhe/driver/builder.py
- ace/fhe/driver/driver.py
- ace/fhe/driver/option.py
- ace/fhe/driver/registry.py
- ace/fhe/frontend/__init__.py
- ace/fhe/frontend/ast/__init__.py
- ace/fhe/frontend/ast/ast_frontend.py
- ace/fhe/frontend/ast/ast_via_onnx.py
- ace/fhe/frontend/onnx/__init__.py
- ace/fhe/frontend/onnx/analyze_onnx_relu.py
- ace/fhe/frontend/onnx/onnx_frontend.py
- ace/fhe/frontend/torch/__init__.py
- ace/fhe/frontend/torch/passes/__init__.py
- ace/fhe/frontend/torch/passes/constant_extraction.py
- ace/fhe/frontend/torch/passes/graph_transform.py
- ace/fhe/frontend/torch/passes/model_prepare.py
- ace/fhe/frontend/torch/torch_frontend.py
- ace/fhe/frontend/torch/torch_ops/__init__.py
- ace/fhe/frontend/torch/torch_ops/tensor.py
- ace/fhe/frontend/torch/torch_via_onnx.py
- ace/fhe/ir/__init__.py
- ace/fhe/ir/analysis.py
- ace/fhe/ir/base.py
- ace/fhe/ir/check_attrs.py
- ace/fhe/ir/core/__init__.py
- ace/fhe/ir/core/ir_builder.py
- ace/fhe/ir/core/op_helpers.py
- ace/fhe/ir/export/__init__.py
- ace/fhe/ir/export/air_export.py
- ace/fhe/ir/export/onnx_export.py
- ace/fhe/ir/export/serializer.py
- ace/fhe/ir/frontends/__init__.py
- ace/fhe/ir/frontends/ast/__init__.py
- ace/fhe/ir/frontends/ast/ast_converter.py
- ace/fhe/ir/frontends/onnx/__init__.py
- ace/fhe/ir/frontends/onnx/onnx_converter.py
- ace/fhe/ir/frontends/torch/__init__.py
- ace/fhe/ir/frontends/torch/custom_ops/__init__.py
- ace/fhe/ir/frontends/torch/custom_ops/registry.py
- ace/fhe/ir/frontends/torch/custom_ops/tracer.py
- ace/fhe/ir/frontends/torch/torch_trace.py
- ace/fhe/ir/io/__init__.py
- ace/fhe/ir/io/file_ir.py
- ace/fhe/ir/io/onnx_tools.py
- ace/fhe/ir/representations/__init__.py
- ace/fhe/ir/representations/fhe_program.py
- ace/fhe/ir/representations/graph.py
- ace/fhe/profiler.py
- ace/fhe/runtime/__init__.py
- ace/fhe/runtime/evaluator.py
- ace/fhe/runtime/executor.py
- ace/fhe/runtime/loader.py
- ace/fhe/runtime/program.py
- ace/fhe/runtime/results.py
- ace/fhe/runtime/runtime.py
- ace/fhe/spec.py
- ace/fhe/util/__init__.py
- ace/fhe/util/logger.py
- ace/gds/__init__.py
- ace/gds/check_env.py
- ace/gds/check_io.py
- ace/gds/cufile.py
- ace/kms/__init__.py
- ace/kms/config_reader.py
- ace/kms/generator.py
- ace/kms/key_bundle.py
- ace/kms/offline.py
- ace/kms/storage.py
- ace/model/__init__.py
- ace/model/dataset.py
- ace/model/dump_sample.py
- ace/model/relu_profile.py
- ace/model/resnet/__init__.py
- ace/model/resnet/resnet110.py
- ace/model/resnet/resnet20.py
- ace/model/resnet/resnet32.py
- ace/model/resnet/resnet44.py
- ace/model/resnet/resnet56.py
- ace/model/spec_resnet.py
- ace/model/train_resnet.py
- ace/sample/__init__.py
- ace/sample/funcs/__init__.py
- ace/sample/funcs/arithmetic.py
- ace/sample/funcs/control_flow.py
- ace/sample/funcs/specs.py
- ace/sample/ops/__init__.py
- ace/sample/ops/arithmetic.py
- ace/sample/ops/conv.py
- ace/sample/ops/linear.py
- ace/sample/ops/mlp.py
- ace/sample/ops/pool.py
- ace/sample/ops/specs.py
- ace/sample/tensor_ops/__init__.py
- ace/sample/tensor_ops/binary.py
- ace/sample/tensor_ops/composite.py
- ace/sample/tensor_ops/specs.py
- ace/sample/tensor_ops/ternary.py
- ace/sample/tensor_ops/unary.py
- python/__init__.py
- python/_version.py
- python/cli/__init__.py
- python/cli/__main__.py
- python/cli/bench/__init__.py
- python/cli/bench/latency.py
- python/cli/doctor.py
- python/cli/dump_sample.py
- python/cli/gds/__init__.py
- python/cli/gds/check.py
- python/cli/gds/env_check.py
- python/cli/kms/__init__.py
- python/cli/kms/gen_enc_keys.py
- python/cli/kms/gen_eval_keys.py
- python/cli/kms/info.py
- python/cli/kms/list_keys.py
- python/cli/main.py
- python/cli/relu_profile.py
- python/cli/train_resnet.py
- python/fhe/__init__.py
- python/fhe/backend/__init__.py
- python/fhe/backend/acelib.py
- python/fhe/backend/antlib.py
- python/fhe/backend/base.py
- python/fhe/backend/openfhe.py
- python/fhe/backend/phantom.py
- python/fhe/backend/seal.py
- python/fhe/cache.py
- python/fhe/check_env.py
- python/fhe/config/__init__.py
- python/fhe/config/base.py
- python/fhe/config/compile_options.py
- python/fhe/config/compute_options.py
- python/fhe/config/default_options.py
- python/fhe/config/inference_mode.py
- python/fhe/config/io_config.py
- python/fhe/config/key_mode.py
- python/fhe/config/profiler.py
- python/fhe/config/spec.py
- python/fhe/decorators.py
- python/fhe/driver/__init__.py
- python/fhe/driver/base.py
- python/fhe/driver/builder.py
- python/fhe/driver/driver.py
- python/fhe/driver/option.py
- python/fhe/driver/registry.py
- python/fhe/frontend/__init__.py
- python/fhe/frontend/ast/__init__.py
- python/fhe/frontend/ast/ast_frontend.py
- python/fhe/frontend/ast/ast_via_onnx.py
- python/fhe/frontend/onnx/__init__.py
- python/fhe/frontend/onnx/analyze_onnx_relu.py
- python/fhe/frontend/onnx/onnx_frontend.py
- python/fhe/frontend/torch/__init__.py
- python/fhe/frontend/torch/passes/__init__.py
- python/fhe/frontend/torch/passes/constant_extraction.py
- python/fhe/frontend/torch/passes/graph_transform.py
- python/fhe/frontend/torch/passes/model_prepare.py
- python/fhe/frontend/torch/torch_frontend.py
- python/fhe/frontend/torch/torch_ops/__init__.py
- python/fhe/frontend/torch/torch_ops/tensor.py
- python/fhe/frontend/torch/torch_via_onnx.py
- python/fhe/ir/__init__.py
- python/fhe/ir/analysis.py
- python/fhe/ir/base.py
- python/fhe/ir/check_attrs.py
- python/fhe/ir/core/__init__.py
- python/fhe/ir/core/ir_builder.py
- python/fhe/ir/core/op_helpers.py
- python/fhe/ir/export/__init__.py
- python/fhe/ir/export/air_export.py
- python/fhe/ir/export/onnx_export.py
- python/fhe/ir/export/serializer.py
- python/fhe/ir/frontends/__init__.py
- python/fhe/ir/frontends/ast/__init__.py
- python/fhe/ir/frontends/ast/ast_converter.py
- python/fhe/ir/frontends/onnx/__init__.py
- python/fhe/ir/frontends/onnx/onnx_converter.py
- python/fhe/ir/frontends/torch/__init__.py
- python/fhe/ir/frontends/torch/custom_ops/__init__.py
- python/fhe/ir/frontends/torch/custom_ops/registry.py
- python/fhe/ir/frontends/torch/custom_ops/tracer.py
- python/fhe/ir/frontends/torch/torch_trace.py
- python/fhe/ir/io/__init__.py
- python/fhe/ir/io/file_ir.py
- python/fhe/ir/io/onnx_tools.py
- python/fhe/ir/representations/__init__.py
- python/fhe/ir/representations/fhe_program.py
- python/fhe/ir/representations/graph.py
- python/fhe/profiler.py
- python/fhe/runtime/__init__.py
- python/fhe/runtime/evaluator.py
- python/fhe/runtime/executor.py
- python/fhe/runtime/loader.py
- python/fhe/runtime/program.py
- python/fhe/runtime/results.py
- python/fhe/runtime/runtime.py
- python/fhe/spec.py
- python/fhe/util/__init__.py
- python/fhe/util/logger.py
- python/gds/__init__.py
- python/gds/check_env.py
- python/gds/check_io.py
- python/gds/cufile.py
- python/kms/__init__.py
- python/kms/config_reader.py
- python/kms/generator.py
- python/kms/key_bundle.py
- python/kms/offline.py
- python/kms/storage.py
- python/model/__init__.py
- python/model/dataset.py
- python/model/dump_sample.py
- python/model/relu_profile.py
- python/model/resnet/__init__.py
- python/model/resnet/resnet110.py
- python/model/resnet/resnet20.py
- python/model/resnet/resnet32.py
- python/model/resnet/resnet44.py
- python/model/resnet/resnet56.py
- python/model/spec_resnet.py
- python/model/train_resnet.py
- python/sample/__init__.py
- python/sample/funcs/__init__.py
- python/sample/funcs/arithmetic.py
- python/sample/funcs/control_flow.py
- python/sample/funcs/specs.py
- python/sample/ops/__init__.py
- python/sample/ops/arithmetic.py
- python/sample/ops/conv.py
- python/sample/ops/linear.py
- python/sample/ops/mlp.py
- python/sample/ops/pool.py
- python/sample/ops/specs.py
- python/sample/tensor_ops/__init__.py
- python/sample/tensor_ops/binary.py
- python/sample/tensor_ops/composite.py
- python/sample/tensor_ops/specs.py
- python/sample/tensor_ops/ternary.py
- python/sample/tensor_ops/unary.py
Indexed releases
- 0.2.2
ace_fhe-0.2.2-cp312-cp312-manylinux_2_39_x86_64.whl280 members