Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ name
Method
name
experiments/python/main.py:127–128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
125
self.subvect_len)
126
127
def
name(self):
128
return
"PQ_{}x{}b"
.format(self.nsubvects, self.code_bits)
129
130
def
params(self):
131
return
{
'_algo'
:
'PQ'
,
'_ncodebooks'
: self.nsubvects,
Callers
1
name_for_encoder
Function · 0.45
Calls
1
format
Method · 0.80
Tested by
no test coverage detected