Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Standard-Intelligence/hertz-dev
/ inference
Method
inference
tokenizer.py:224–227 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
222
)
223
224
def
inference(self, x):
225
y = self.conv1.inference(self.activation(x))
226
y = self.conv2(self.activation(y))
227
return
x + y
228
229
230
class
ResNetBlock(nn.Module):
Callers
nothing calls this directly
Calls
1
inference
Method · 0.45
Tested by
no test coverage detected