Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TEA-Lab/TwoByTwo
/ forward
Method
forward
src/shape_assembly/models/decoder/MLPDecoder.py:23–27 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
21
)
22
23
def
forward(self, x):
24
# x.shape: (bs,1024)
25
batch_size = x.shape[0]
26
f = self.fc_layers(x)
27
return
f.reshape(batch_size, self.np, 3)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected