LostTech.TensorFlow : API Documentation

Type tf_decorator

Namespace tensorflow.python.util.tf_decorator

Public static methods

object make_decorator(IEnumerable<IGraphNodeBase> target, PythonFunctionContainer decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(object target, object decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(object target, object decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(object target, PythonFunctionContainer decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(PythonModuleContainer target, object decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(PythonModuleContainer target, object decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(PythonModuleContainer target, PythonFunctionContainer decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(object target, PythonFunctionContainer decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(PythonFunctionContainer target, object decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(PythonModuleContainer target, PythonFunctionContainer decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(IEnumerable<IGraphNodeBase> target, object decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(IEnumerable<IGraphNodeBase> target, object decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(IEnumerable<IGraphNodeBase> target, PythonFunctionContainer decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(PythonFunctionContainer target, PythonFunctionContainer decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator(PythonFunctionContainer target, PythonFunctionContainer decorator_func, string decorator_name, string decorator_doc, object decorator_argspec)

object make_decorator(PythonFunctionContainer target, object decorator_func, string decorator_name, IEnumerable<string> decorator_doc, object decorator_argspec)

object make_decorator_dyn(object target, object decorator_func, object decorator_name, ImplicitContainer<T> decorator_doc, object decorator_argspec)

object rewrap(PythonFunctionContainer decorator_func, PythonModuleContainer previous_target, PythonFunctionContainer new_target)

object rewrap(PythonFunctionContainer decorator_func, object previous_target, PythonFunctionContainer new_target)

object rewrap(object decorator_func, PythonFunctionContainer previous_target, PythonFunctionContainer new_target)

object rewrap(object decorator_func, PythonModuleContainer previous_target, PythonFunctionContainer new_target)

object rewrap(object decorator_func, object previous_target, PythonFunctionContainer new_target)

object rewrap(PythonFunctionContainer decorator_func, PythonFunctionContainer previous_target, PythonFunctionContainer new_target)

object rewrap_dyn(object decorator_func, object previous_target, object new_target)

object unwrap(PythonFunctionContainer maybe_tf_decorator)

object unwrap(PythonModuleContainer maybe_tf_decorator)

Public properties

PythonFunctionContainer make_decorator_fn get;

PythonFunctionContainer rewrap_fn get;

PythonFunctionContainer TFDecorator_fn get;

PythonFunctionContainer unwrap_fn get;