13 lines
476 B
Python
13 lines
476 B
Python
# This file is MACHINE GENERATED! Do not edit.
|
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
|
"""System configuration library.
|
|
"""
|
|
|
|
from __future__ import print_function
|
|
|
|
from tensorflow.python.platform.sysconfig import get_compile_flags
|
|
from tensorflow.python.platform.sysconfig import get_include
|
|
from tensorflow.python.platform.sysconfig import get_lib
|
|
from tensorflow.python.platform.sysconfig import get_link_flags
|
|
|
|
del print_function
|