Home
last modified time | relevance | path

Searched refs:ignore_ops (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py275 def make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False): argument
300 check_types = None if ignore_ops else tf_ops.Tensor
Dselect.py764 ts_aux = util.make_list_of_t(arg, ignore_ops=True)
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dutil_test.py93 (a0, a0.op, b0), ignore_ops=True)), 2)
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors.py877 def __init__(self, ignore_ops=None): argument
885 self._ignore_ops = ignore_ops or GraphDump.IGNORE_OPS