concepts.vision.fm_match.dino.dino_match.patch_match# patch_match(source_feature, target_features, source_xy, patch_size=15, return_match_scores=False, collect_memory=None)[source]# Parameters: source_feature (Tensor) target_features (Tensor) source_xy (ndarray | List | tuple) collect_memory (bool | None) Return type: tuple[List, ndarray, List[ndarray]] | tuple[List, ndarray, List[ndarray], List[float]]