backend package
Submodules
backend.dp_backend module
backend.dynamic_metadata module
backend.find_tensorflow module
- backend.find_tensorflow.find_tensorflow() Tuple[Optional[str], List[str]] [source]
Find TensorFlow library.
Tries to find TensorFlow in the order of:
Environment variable TENSORFLOW_ROOT if set
The current Python environment.
user site packages directory if enabled
system site packages directory (purelib)
add as a requirement (detect TENSORFLOW_VERSION or the latest) and let pip install it
backend.read_env module
Read environment variables to configure the build.