Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/operator/
H A Dconvert.py43 _out_variant_to_scratch_map: Dict[OpOverload, Optional[OpOverload]] = {} variable
158 native_schema.kind() == SchemaKind.out and op in _out_variant_to_scratch_map
222 _out_variant_to_scratch_map[schema_to_opoverload(out_var_schema)] = (
286 if op_overload not in _out_variant_to_scratch_map:
288 scratch_op = _out_variant_to_scratch_map.get(op_overload)