Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A 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:
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_registration.py163 … overload_func.signature = _schemas.OpSignature.from_function( # type: ignore[attr-defined]
H A D_schemas.py430 def from_function( member in OpSignature
H A D_building.py638 op_signature = _schemas.OpSignature.from_function(
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst734 Deprecate inspect.Signature.from_function() and
D3.11.0a2.rst621 * the undocumented ``Signature.from_callable`` and ``Signature.from_function``
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
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.5.rst2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of
D3.10.rst1222 :func:`inspect.Signature.from_callable`, and :func:`inspect.Signature.from_function`
D3.11.rst1997 and :meth:`!Signature.from_function` methods, deprecated since Python 3.5;