MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / is_within

Function is_within

tensorflow/python/ops/op_selector.py:286–288  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

284 seed_ops &= within_ops
285
286 def is_within(op):
287 return (within_ops is None or op in within_ops) and (
288 within_ops_fn is None or within_ops_fn(op))
289
290 result = list(seed_ops)
291 wave = set(seed_ops)

Callers 1

get_backward_walk_opsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected