LostTech.TensorFlow : API Documentation

Type GraphMatcher

Namespace tensorflow.contrib.quantize.python.graph_matcher

Parent PythonObjectContainer

Interfaces IGraphMatcher

Public instance methods

IEnumerator<object> match_graph(Graph graph)

object match_graph_dyn(object graph)

MatchResult match_op(object op)

object match_op_dyn(object op)

IEnumerator<object> match_ops(IEnumerable<object> ops)

object match_ops_dyn(object ops)

Public properties

object PythonObject get;