Searched refs:_out_variant_to_scratch_map (Results 1 – 1 of 1) sorted by relevance
43 _out_variant_to_scratch_map: Dict[OpOverload, Optional[OpOverload]] = {} variable158 native_schema.kind() == SchemaKind.out and op in _out_variant_to_scratch_map222 _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)