Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A Doperator_schemas.py104 def _torchscript_schema_to_signature(ts_schema : torch._C.FunctionSchema) -> inspect.Signature: function
181 signatures = [_torchscript_schema_to_signature(schema) for schema in schemas]