LostTech.TensorFlow : API Documentation

Type decorator_utils

Namespace tensorflow.python.util.decorator_utils

Public static methods

IList<object> add_notice_to_docstring(string doc, string instructions, string no_doc_str, string suffix_str, IEnumerable<string> notice)

object add_notice_to_docstring_dyn(object doc, object instructions, object no_doc_str, object suffix_str, object notice)

string get_qualified_name(PythonFunctionContainer function)

string get_qualified_name(object function)

object get_qualified_name_dyn(object function)

void validate_callable(PythonFunctionContainer func, string decorator_name)

object validate_callable_dyn(object func, object decorator_name)

Public properties

PythonFunctionContainer add_notice_to_docstring_fn get;

PythonFunctionContainer classproperty_fn get;

PythonFunctionContainer get_qualified_name_fn get;

PythonFunctionContainer validate_callable_fn get;