MCPcopy Create free account
hub / github.com/clab/dynet / batch

Method batch

python/dynet_viz.py:143–143  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

141 def forward(self, recalculate=False): return None
142 def set(self, x): pass
143 def batch(self, i): return lookup_batch(self, i)
144 def zero(self): return self
145
146 def backward(self): pass

Callers 2

minibatch.pyFile · 0.80

Calls 1

lookup_batchFunction · 0.85

Tested by 1