Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Totoro97/NeuS
/ embed
Function
embed
models/embedder.py:50–50 ·
view source on GitHub ↗
(x, eo=embedder_obj)
Source
from the content-addressed store, hash-verified
48
49
embedder_obj = Embedder(**embed_kwargs)
50
def
embed(x, eo=embedder_obj):
return
eo.embed(x)
51
return
embed, embedder_obj.out_dim
Callers
nothing calls this directly
Calls
1
embed
Method · 0.80
Tested by
no test coverage detected