MCPcopy
hub / github.com/apache/tvm / __str__

Method __str__

python/tvm/runtime/_tensor.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 return res
165
166 def __str__(self):
167 return str(self.numpy())
168
169 def numpy(self):
170 """Convert this array to numpy array

Callers

nothing calls this directly

Calls 2

numpyMethod · 0.95
strFunction · 0.85

Tested by

no test coverage detected