LostTech.TensorFlow : API Documentation

Type ASTEdgePattern

Namespace tensorflow.python.autograph.pyct.common_transformers.anf

Parent PythonObjectContainer

Interfaces IASTEdgePattern

Public instance methods

bool matches(Nullable<ValueTuple<object, object, PythonClassContainer>> parent, string field, IEnumerable<PythonClassContainer> child)

object matches_dyn(object parent, object field, object child)

Public properties

object child get; set;

object field get; set;

object parent get; set;

object PythonObject get;