mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-13 23:08:14 -05:00
923 B
923 B
module concrete.compiler.utils
Common utils for the compiler submodule.
Global Variables
- ACCEPTED_NUMPY_UINTS
- ACCEPTED_INTS
- ACCEPTED_TYPES
function lookup_runtime_lib
lookup_runtime_lib() → str
Try to find the absolute path to the runtime library.
Returns:
str: absolute path to the runtime library, or empty str if unsuccessful.