LostTech.TensorFlow : API Documentation

Type tf_export

Namespace tensorflow.python.util.tf_export

Public static methods

string get_canonical_name(object api_names, PythonClassContainer deprecated_api_names)

object get_canonical_name_dyn(object api_names, object deprecated_api_names)

string get_canonical_name_for_symbol(PythonFunctionContainer symbol, ImplicitContainer<T> api_name, bool add_prefix_to_v1_names)

string get_canonical_name_for_symbol(PythonModuleContainer symbol, ImplicitContainer<T> api_name, bool add_prefix_to_v1_names)

string get_canonical_name_for_symbol(object symbol, ImplicitContainer<T> api_name, bool add_prefix_to_v1_names)

string get_canonical_name_for_symbol(string symbol, ImplicitContainer<T> api_name, bool add_prefix_to_v1_names)

object get_canonical_name_for_symbol_dyn(object symbol, ImplicitContainer<T> api_name, ImplicitContainer<T> add_prefix_to_v1_names)

IList<object> get_v1_constants(PythonModuleContainer module)

IList<object> get_v1_constants(Module module)

IList<object> get_v1_constants(TFModuleWrapper module)

object get_v1_constants_dyn(object module)

IList<object> get_v1_names(PythonFunctionContainer symbol)

IList<object> get_v1_names(PythonModuleContainer symbol)

IList<object> get_v1_names(object symbol)

object get_v1_names_dyn(object symbol)

IList<object> get_v2_constants(Module module)

IList<object> get_v2_constants(PythonModuleContainer module)

IList<object> get_v2_constants(TFModuleWrapper module)

object get_v2_constants_dyn(object module)

IList<object> get_v2_names(object symbol)

IList<object> get_v2_names(PythonFunctionContainer symbol)

object get_v2_names_dyn(object symbol)

object kwarg_only(PythonFunctionContainer f)

object kwarg_only_dyn(object f)

Public properties

IDictionary<string, object> API_ATTRS get; set;

object API_ATTRS_dyn get; set;

IDictionary<string, object> API_ATTRS_V1 get; set;

object API_ATTRS_V1_dyn get; set;

PythonFunctionContainer api_export_fn get;

Delegate estimator_export get; set;

object estimator_export_dyn get; set;

PythonFunctionContainer get_canonical_name_fn get;

PythonFunctionContainer get_canonical_name_for_symbol_fn get;

PythonFunctionContainer get_v1_constants_fn get;

PythonFunctionContainer get_v1_names_fn get;

PythonFunctionContainer get_v2_constants_fn get;

PythonFunctionContainer get_v2_names_fn get;

PythonFunctionContainer InvalidSymbolNameError_fn get;

object keras_export_dyn get; set;

PythonFunctionContainer kwarg_only_fn get;

IList<string> SUBPACKAGE_NAMESPACES get; set;

object SUBPACKAGE_NAMESPACES_dyn get; set;

PythonFunctionContainer SymbolAlreadyExposedError_fn get;

object tf_export_dyn get; set;

Public fields

string ESTIMATOR_API_NAME

return string

string KERAS_API_NAME

return string

string TENSORFLOW_API_NAME

return string