MCPcopy Create free account
hub / github.com/apache/singa / from_raw_tensors

Function from_raw_tensors

python/singa/tensor.py:795–799  ·  view source on GitHub ↗
(tt)

Source from the content-addressed store, hash-verified

793
794
795def from_raw_tensors(tt):
796 ret = []
797 for t in list(tt):
798 ret.append(from_raw_tensor(t))
799 return ret
800
801
802def zeros_like(t):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
from_raw_tensorFunction · 0.70

Tested by

no test coverage detected