MCPcopy 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''' alias Tensor to PlaceHolder

Callers

nothing calls this directly

Calls 1

to_numpyFunction · 0.70

Tested by

no test coverage detected