LostTech.TensorFlow : API Documentation

Type function_utils

Namespace tensorflow.python.util.function_utils

Public static methods

ValueTuple<object> fn_args(PythonFunctionContainer fn)

ValueTuple<object> fn_args(object fn)

object fn_args_dyn(object fn)

object get_disabled_rewriter_config()

object get_disabled_rewriter_config_dyn()

PythonClassContainer get_func_code(int func)

PythonClassContainer get_func_code(object func)

PythonClassContainer get_func_code(string func)

object get_func_code_dyn(object func)

string get_func_name(PythonFunctionContainer func)

string get_func_name(object func)

object get_func_name_dyn(object func)

object has_kwargs(PythonFunctionContainer fn)

object has_kwargs(object fn)

object has_kwargs_dyn(object fn)

Public properties

PythonFunctionContainer fn_args_fn get;

PythonFunctionContainer get_disabled_rewriter_config_fn get;

PythonFunctionContainer get_func_code_fn get;

PythonFunctionContainer get_func_name_fn get;

PythonFunctionContainer has_kwargs_fn get;