Files
concrete/docs/dev/api/concrete.compiler.utils.md
Benoit Chevallier-Mames e37a840e7e docs(compiler): adding API doc
2024-03-13 17:10:00 +01:00

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.