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

Function merge

tensorflow/tensorflow/python/ops/control_flow_ops.py:365–424  ·  view source on GitHub ↗

Returns the value of an available element of `inputs`. This op tests each of the tensors in `inputs` in turn to determine if any of them is available. If it finds an available tensor, it returns it and its index in `inputs`. It is an error if more than one tensor in `inputs` is available.

(inputs, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

_SwitchGradFunction · 0.70
condFunction · 0.70
AddForwardLoopCounterMethod · 0.70
_BuildLoopMethod · 0.70

Calls 7

anyFunction · 0.85
allFunction · 0.85
TypeErrorFunction · 0.85
typeFunction · 0.85
name_scopeMethod · 0.45
mergeMethod · 0.45
flattenMethod · 0.45

Tested by

no test coverage detected