Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ empty
Method
empty
tools/testing/test_run.py:49–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
@staticmethod
49
def
empty() ->
"TestRun"
:
50
return
TestRun(
""
)
51
52
def
is_empty(self) -> bool:
53
# Lack of a test_file means that this is an empty run,
Callers
15
meta_linspace_logspace
Function · 0.80
cummaxmin
Function · 0.80
meta_randperm_default
Function · 0.80
meta_randint
Function · 0.80
meta_randint_low
Function · 0.80
meta_rand_default
Function · 0.80
segment_reduce_lengths_tensor
Function · 0.80
make_dep_token
Function · 0.80
meta_quantized_max_pool2d
Function · 0.80
meta_avg_pool2d
Function · 0.80
meta_avg_pool2d_backward
Function · 0.80
meta_adaptive_avg_pool2d
Function · 0.80
Calls
1
TestRun
Class · 0.85
Tested by
no test coverage detected