LostTech.TensorFlow : API Documentation

Type Namer

Namespace tensorflow.python.autograph.core.naming

Parent PythonObjectContainer

Interfaces INamer

Public instance methods

string class_name(IEnumerable<string> original_fqn)

string class_name(string original_fqn)

object class_name_dyn(object original_fqn)

string function_name(IEnumerable<string> original_fqn)

string function_name(string original_fqn)

object function_name_dyn(object original_fqn)

string new_symbol(string name_root, IEnumerable<string> reserved_locals)

object new_symbol_dyn(object name_root, object reserved_locals)

Public properties

ISet<object> generated_names get; set;

IDictionary<object, object> global_namespace get; set;

object PythonObject get;