Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ embed
Method
embed
util/utils.py:232–233 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
230
self.out_dim = out_dim
231
232
def
embed(self, inputs):
233
return
torch.cat([fn(inputs)
for
fn in self.embed_fns], -1)
234
235
236
def
get_embedder(multires, i=0):
Callers
1
get_embedder
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected