Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FEAT Support precomputed distance matrix for
PairwiseDistancesReductions
#29483New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
FEAT Support precomputed distance matrix for
PairwiseDistancesReductions
#29483Changes from all commits
722033c
124a8dc
cd1e146
046898b
02b5145
d32e593
5351d1a
5c71f6d
50b95ea
096ab56
194ac01
de74336
e7c1e52
f2f31ea
f239c24
d961e3b
316c72a
3a027c7
a9fc4a8
c57f2d5
a7d14d2
08c62c4
43bb4fc
c435341
7126430
56e09e9
490aa3c
ef8e9b5
2d01d3e
2bf45c4
71106c6
1fe4007
979358a
6728d12
05766f9
0feb10c
acadf77
74adecc
9ffc78e
c950e07
fdbe05e
d138e45
7825942
f3a016f
d0a9021
3a3b2ea
c5e4bfd
bd2d051
08f3d0a
84a491a
23c5a66
d3f556f
6dcce7a
d6670e9
0e4eef3
7b4980a
18bc6d8
d255bc5
b65657c
b26768f
45ea5f7
f0efc37
7cbfd7a
8f15a44
38e5b84
a97e0c5
4d10786
305a90a
b7da97d
4334074
22c5d14
8143dc5
59eccd4
c13dc12
eb7bf54
8d55978
46ece7a
78244a0
6667775
22b8c02
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't
is_usable
be undefined ifmetric != "precomputed"
?