Searched refs:replace_sdpa_with_custom_op (Results 1 – 4 of 4) sorted by relevance
24 replace_sdpa_with_custom_op,104 source_transforms.append(replace_sdpa_with_custom_op)
18 replace_sdpa_with_custom_op,65 self.text_model = replace_sdpa_with_custom_op(self.text_model)
68 replace_sdpa_with_custom_op,1033 transforms.append(replace_sdpa_with_custom_op)
101 def replace_sdpa_with_custom_op(module: torch.nn.Module) -> torch.nn.Module: function