MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / _get_arg_spec

Function _get_arg_spec

tensorflow/tools/docs/parser.py:569–613  ·  view source on GitHub ↗

Extracts signature information from a function or functools.partial object. For functions, uses `tf_inspect.getargspec`. For `functools.partial` objects, corrects the signature of the underlying function to take into account the removed arguments. Args: func: A function whose signature

(func)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_generate_signatureFunction · 0.70

Calls 4

maxFunction · 0.85
tupleFunction · 0.85
indexMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected