Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/operator/
H A Dconvert.py52 def _pybind_schema_to_native_schema( function
88 native_schema = _pybind_schema_to_native_schema(op_overload._schema)
147 native_schema = _pybind_schema_to_native_schema(op._schema)
166 _pybind_schema_to_native_schema(pybind_schema)
/aosp_15_r20/external/executorch/exir/dialects/edge/op/
H A Dapi.py16 from executorch.exir.operator.convert import _pybind_schema_to_native_schema
52 native_schema: Optional[FunctionSchema] = _pybind_schema_to_native_schema(
70 native_s: Optional[FunctionSchema] = _pybind_schema_to_native_schema(schema)