MCPcopy 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_logspaceFunction · 0.80
cummaxminFunction · 0.80
meta_randperm_defaultFunction · 0.80
meta_randintFunction · 0.80
meta_randint_lowFunction · 0.80
meta_rand_defaultFunction · 0.80
make_dep_tokenFunction · 0.80
meta_avg_pool2dFunction · 0.80
meta_avg_pool2d_backwardFunction · 0.80
meta_adaptive_avg_pool2dFunction · 0.80

Calls 1

TestRunClass · 0.85

Tested by

no test coverage detected