Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ encoder_params
Function
encoder_params
experiments/python/main.py:493–497 ·
view source on GitHub ↗
(encoder)
Source
from the content-addressed store, hash-verified
491
492
493
def
encoder_params(encoder):
494
try
:
495
return
encoder.params()
496
except
AttributeError:
497
return
{
'algo'
: name_for_encoder(encoder)}
498
499
500
# @_memory.cache
Callers
1
eval_encoder
Function · 0.85
Calls
2
name_for_encoder
Function · 0.85
params
Method · 0.45
Tested by
no test coverage detected