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

Function _call

tensorflow/tensorflow/python/framework/function.py:1021–1070  ·  view source on GitHub ↗

Adds a node calling a function. This adds a `call` op to the default graph that calls the function of signature `sig`, passing the tensors in `inputs` as arguments. It returns the outputs of the call, which are one or more tensors. `sig` is OpDefArg.a `_DefinedFunction` object. You can

(sig, *inputs, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__call__Method · 0.85
callMethod · 0.85

Calls 4

_parse_kwargs_as_attrsFunction · 0.85
tupleFunction · 0.85
popMethod · 0.45
create_opMethod · 0.45

Tested by 1

callMethod · 0.68