LostTech.TensorFlow : API Documentation

Type PatternMatcher

Namespace tensorflow.python.autograph.pyct.ast_util

Parent PythonObjectContainer

Interfaces IPatternMatcher

Public instance methods

void compare_and_visit(ValueTuple<PythonClassContainer, object> node, object pattern)

object compare_and_visit_dyn(object node, object pattern)

bool generic_visit(ValueTuple<PythonClassContainer, object> node)

object generic_visit_dyn(object node)

bool is_wildcard(ValueTuple<IEnumerable<object>, object> p)

object is_wildcard_dyn(object p)

bool no_match()

object no_match_dyn()

Public properties

bool matches get; set;

string pattern get; set;

IList<string> pattern_stack get; set;

object PythonObject get;