LostTech.TensorFlow : API Documentation

Type deprecation

Namespace tensorflow.python.util.deprecation

Public static methods

PythonFunctionContainer deprecated(string date, string instructions, bool warn_once)

object deprecated_alias(string deprecated_name, string name, PythonClassContainer func_or_class, bool warn_once)

object deprecated_alias(string deprecated_name, string name, object func_or_class, bool warn_once)

object deprecated_alias_dyn(object deprecated_name, object name, object func_or_class, ImplicitContainer<T> warn_once)

object deprecated_arg_values(string date, string instructions, bool warn_once, IDictionary<string, object> deprecated_kwargs)

object deprecated_arg_values_dyn(object date, object instructions, ImplicitContainer<T> warn_once, IDictionary<string, object> deprecated_kwargs)

object deprecated_args(string date, string instructions, IDictionary<string, object> kwargs, Object[] deprecated_arg_names_or_tuples)

object deprecated_args(string date, string instructions, Object[] deprecated_arg_names_or_tuples)

object deprecated_args_dyn(object date, object instructions, IDictionary<string, object> kwargs, Object[] deprecated_arg_names_or_tuples)

object deprecated_args_dyn(object date, object instructions, Object[] deprecated_arg_names_or_tuples)

object deprecated_argument_lookup(string new_name, PythonClassContainer new_value, string old_name, PythonFunctionContainer old_value)

object deprecated_argument_lookup(string new_name, PythonClassContainer new_value, string old_name, IEnumerable<IGraphNodeBase> old_value)

object deprecated_argument_lookup(string new_name, object new_value, string old_name, object old_value)

object deprecated_argument_lookup(string new_name, PythonClassContainer new_value, string old_name, object old_value)

object deprecated_argument_lookup(string new_name, object new_value, string old_name, IEnumerable<IGraphNodeBase> old_value)

object deprecated_argument_lookup(string new_name, object new_value, string old_name, PythonFunctionContainer old_value)

object deprecated_argument_lookup_dyn(object new_name, object new_value, object old_name, object old_value)

object deprecated_dyn(object date, object instructions, ImplicitContainer<T> warn_once)

object deprecated_endpoints(Object[] args)

object deprecated_endpoints_dyn(Object[] args)

string rewrite_argument_docstring(string old_doc, string old_argument, string new_argument)

object rewrite_argument_docstring_dyn(object old_doc, object old_argument, object new_argument)

IContextManager<T> silence()

object silence_dyn()

Public properties

PythonFunctionContainer deprecated_alias_fn get;

PythonFunctionContainer deprecated_arg_values_fn get;

PythonFunctionContainer deprecated_args_fn get;

PythonFunctionContainer deprecated_argument_lookup_fn get;

PythonFunctionContainer deprecated_endpoints_fn get;

PythonFunctionContainer deprecated_fn get;

PythonFunctionContainer DeprecatedArgSpec_fn get;

PythonFunctionContainer DeprecatedNamesAlreadySet_fn get;

HiddenTfApiAttribute HIDDEN_ATTRIBUTE get; set;

object HIDDEN_ATTRIBUTE_dyn get; set;

PythonFunctionContainer HiddenTfApiAttribute_fn get;

PythonFunctionContainer rewrite_argument_docstring_fn get;

PythonFunctionContainer silence_fn get;