Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ __repr__
Method
__repr__
examples/model_selection/Trails/singa_pkg_code/tensor.py:747–748 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
745
return
one
746
747
def
__repr__(self):
748
return
np.array2string(to_numpy(self))
749
750
751
''
&
#x27; alias Tensor to PlaceHolder
Callers
nothing calls this directly
Calls
1
to_numpy
Function · 0.70
Tested by
no test coverage detected