Commit 0e18107
Fix incorrect constructor docstring for IndexScalarQuantizer (#4350)
Summary:
This PR fixes a docstring inconsistency in the IndexScalarQuantizer constructor.
The current doc refers to M and nbits, which are not actual parameters.
This change updates the documentation to reflect the correct usage: (d, qtype, metric).
Pull Request resolved: #4350
Reviewed By: subhadeepkaran
Differential Revision: D75803130
Pulled By: mnorris11
fbshipit-source-id: cf773e461234c68f079850f4e6691f4602f257901 parent 043534c commit 0e18107
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments