mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore: rename package
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Compilation Pipeline In Depth
|
||||
|
||||
## What is **concrete-framework**?
|
||||
## What is **concrete-numpy**?
|
||||
|
||||
**concrete-framework** is the python API of the **Concrete** framework for developing homomorphic applications.
|
||||
**concrete-numpy** is the python API of the **Concrete** framework for developing homomorphic applications.
|
||||
One of its essential functionalities is to transform Python functions to their `MLIR` equivalent.
|
||||
Unfortunately, not all python functions can be converted due to the limits of current product (we are in the alpha stage), or sometimes due to inherent restrictions of FHE itself.
|
||||
However, you can already build interesting and impressing use cases, and more will be available in further versions of the framework.
|
||||
|
||||
@@ -19,7 +19,7 @@ In this section we will go over some terms that we use throughout the project.
|
||||
|
||||
## Module structure
|
||||
|
||||
In this section, we will discuss the module structure of **concrete-framework** briefly. You are encouraged to check individual `.py` files to learn more!
|
||||
In this section, we will discuss the module structure of **concrete-numpy** briefly. You are encouraged to check individual `.py` files to learn more!
|
||||
|
||||
- concrete
|
||||
- common: types and utilities that can be used by multiple frontends (e.g., numpy, torch)
|
||||
|
||||
Reference in New Issue
Block a user