Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/operator/
H A Dconvert.py37 _op_overload_to_schema_cache: Dict[OpOverload, FunctionSchema] = {} variable
86 native_schema = _op_overload_to_schema_cache.get(op_overload)
89 _op_overload_to_schema_cache[op_overload] = native_schema # pyre-ignore