LostTech.TensorFlow : API Documentation

Type ast_util

Namespace tensorflow.python.autograph.pyct.ast_util

Public static methods

object copy_clean(object node, IEnumerable<string> preserve_annos)

object copy_clean_dyn(object node, object preserve_annos)

ValueTuple<object> find_matching_definitions(object node, PythonFunctionContainer f)

ValueTuple<object> find_matching_definitions(object node, object f)

object find_matching_definitions_dyn(object node, object f)

object keywords_to_dict(IEnumerable<object> keywords)

object keywords_to_dict_dyn(object keywords)

bool matches(object node, string pattern)

object matches_dyn(object node, object pattern)

IEnumerator<object> parallel_walk(IEnumerable<object> node, ValueTuple<IEnumerable<object>, object> other)

IEnumerator<object> parallel_walk(ValueTuple<IEnumerable<object>, object> node, ValueTuple<IEnumerable<object>, object> other)

IEnumerator<object> parallel_walk(object node, ValueTuple<IEnumerable<object>, object> other)

object parallel_walk_dyn(object node, object other)

object rename_symbols(IEnumerable<object> node, IDictionary<object, object> name_map)

object rename_symbols(object node, IDictionary<object, object> name_map)

object rename_symbols_dyn(object node, object name_map)

Public properties

PythonFunctionContainer apply_to_single_assignments_fn get;

PythonFunctionContainer CleanCopier_fn get;

PythonFunctionContainer copy_clean_fn get;

PythonFunctionContainer find_matching_definitions_fn get;

PythonFunctionContainer keywords_to_dict_fn get;

PythonFunctionContainer LambdaDefinitionMatcher_fn get;

PythonFunctionContainer matches_fn get;

PythonFunctionContainer parallel_walk_fn get;

PythonFunctionContainer PatternMatcher_fn get;

PythonFunctionContainer rename_symbols_fn get;

PythonFunctionContainer SymbolRenamer_fn get;