Home
last modified time | relevance | path

Searched refs:from_function (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator_test.py1303 def testDistributedDatasetInsidePerWorkerDatasetFn(self, from_function): argument
1304 if from_function:
1332 def testPassDistributedDatasetToCreatePerWorkerDataset(self, from_function): argument
1333 if from_function:
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst734 Deprecate inspect.Signature.from_function() and
D3.10.0b1.rst651 :func:`inspect.from_function` now call :func:`inspect.get_annotations` to
D3.8.0a1.rst6439 Document ``getargspec``, ``from_function`` and ``from_builtin`` as
/external/python/cpython3/Lib/
Dinspect.py2968 def from_function(cls, func): member in Signature
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1209 :func:`inspect.Signature.from_callable`, and :func:`inspect.Signature.from_function`
D3.5.rst2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of