MCPcopy Create free account
hub / github.com/pytorch/pytorch / unpack_triple

Function unpack_triple

caffe2/python/recurrent.py:188–192  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

186 cell_net.Proto().external_output)
187
188 def unpack_triple(x):
189 if x:
190 a, b, c = zip(*x)
191 return a, b, c
192 return [], [], []
193
194 # Splitting to separate lists so we can pass them to c++
195 # where we ensemle them back

Callers 1

recurrent_netFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…