Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ array2string
Function
array2string
torch/_numpy/testing/utils.py:570–571 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
568
y = asarray(y)
569
570
def
array2string(a):
571
return
str(a)
572
573
# original array for output formatting
574
ox, oy = x, y
Callers
1
assert_array_compare
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…