Home
last modified time | relevance | path

Searched refs:within_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dop_selector_test.py126 within_ops = [
138 within_ops=within_ops,
147 within_ops=within_ops,
156 within_ops=within_ops,
162 seed_ops, inclusive=True, within_ops=within_ops)
Dop_selector.py239 within_ops=None, argument
281 if within_ops:
282 within_ops = make_list_of_op(within_ops, allow_graph=False)
283 within_ops = object_identity.ObjectIdentitySet(within_ops)
284 seed_ops &= within_ops
287 return (within_ops is None or op in within_ops) and (