LostTech.TensorFlow : API Documentation

Type module_wrapper

Namespace tensorflow._module_wrapper

Public static methods

bool contains_deprecation_decorator(IEnumerable<object> decorators)

bool contains_deprecation_decorator(object decorators)

object contains_deprecation_decorator_dyn(object decorators)

string get_rename_v2(string name)

object get_rename_v2_dyn(object name)

bool has_deprecation_decorator(object symbol)

object has_deprecation_decorator_dyn(object symbol)

Public properties

PythonFunctionContainer contains_deprecation_decorator_fn get;

PythonFunctionContainer get_rename_v2_fn get;

PythonFunctionContainer has_deprecation_decorator_fn get;

PythonFunctionContainer TFModuleWrapper_fn get;