MCPcopy Create free account
hub / github.com/alibaba/nann / get_reachable_from_inputs

Function get_reachable_from_inputs

tensorflow/tensorflow/python/layers/utils.py:247–286  ·  view source on GitHub ↗

Returns the set of tensors reachable from `inputs`. Stops if all targets have been found (target is optional). Only valid in Symbolic mode, not Eager mode. Args: inputs: List of tensors. targets: List of tensors. Returns: A set of tensors reachable from the inputs (includes t

(inputs, targets=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

popMethod · 0.45
consumersMethod · 0.45
addMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected