Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/embedx
/ get_sub_id
Function
get_sub_id
demo/single/encoder/encoder.py:24–25 ·
view source on GitHub ↗
(encoder_id)
Source
from the content-addressed store, hash-verified
22
23
24
def
get_sub_id(encoder_id):
25
return
(encoder_id & FEATURE_MASK)
26
27
28
def
make_encoder_id(group_id, sub_id):
Callers
1
encoder.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected