Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ forward
Method
forward
examples/onnx/squeezenet.py:63–65 ·
view source on GitHub ↗
(self, *x)
Source
from the content-addressed store, hash-verified
61
super(MyModel, self).__init__(onnx_model)
62
63
def
forward(self, *x):
64
y = super(MyModel, self).forward(*x)
65
return
y[0]
66
67
def
train_one_batch(self, x, y):
68
pass
Callers
1
squeezenet.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected