LostTech.TensorFlow : API Documentation

Type tf.sysconfig

Namespace tensorflow

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.

Public properties

PythonFunctionContainer get_compile_flags_fn get;

PythonFunctionContainer get_include_fn get;

PythonFunctionContainer get_lib_fn get;