Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
795
def
from_raw_tensors(tt):
796
ret = []
797
for
t in list(tt):
798
ret.append(from_raw_tensor(t))
799
return
ret
800
801
802
def
zeros_like(t):
Callers
nothing calls this directly
Calls
2
append
Method · 0.80
from_raw_tensor
Function · 0.70
Tested by
no test coverage detected