Type tf.sysconfig
Namespace tensorflow
Methods
- get_compile_flags
- get_compile_flags_dyn
- get_include
- get_include_dyn
- get_lib
- get_lib_dyn
- get_link_flags
- get_link_flags_dyn
Properties
Public static methods
IList<string> get_compile_flags()
Get the compilation flags for custom operators.
Returns
-
IList<string>
- The compilation flags.
object get_compile_flags_dyn()
Get the compilation flags for custom operators.
Returns
-
object
- The compilation flags.
object get_include()
Get the directory containing the TensorFlow C++ header files.
Returns
-
object
- The directory as string.
object get_include_dyn()
Get the directory containing the TensorFlow C++ header files.
Returns
-
object
- The directory as string.
object get_lib()
Get the directory containing the TensorFlow framework library.
Returns
-
object
- The directory as string.
object get_lib_dyn()
Get the directory containing the TensorFlow framework library.
Returns
-
object
- The directory as string.
IList<string> get_link_flags()
Get the link flags for custom operators.
Returns
-
IList<string>
- The link flags.
object get_link_flags_dyn()
Get the link flags for custom operators.
Returns
-
object
- The link flags.