Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ join
Method
join
caffe2/python/operator_test/partition_ops_test.py:71–74 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
69
accum.append(data[j])
70
71
def
join(a):
72
if
not a:
73
return
np.empty(shape=(0, ) + suffix_shape)
74
return
np.stack(a)
75
76
out.append(join(accum))
77
return
out
Callers
15
get_named_summaries
Function · 0.45
_fill_missing_operator_names
Function · 0.45
test_simple_cnnmodel
Method · 0.45
test_events
Method · 0.45
test_tensorboard_graphs
Method · 0.45
gen_op.py
File · 0.45
run_test_locally
Method · 0.45
build
Method · 0.45
test_upload_checkpoint
Method · 0.45
_wait_finish
Method · 0.45
test_allcompare
Method · 0.45
__getattr__
Method · 0.45
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected