MCPcopy Create free account
hub / github.com/pytorch/pytorch / setup

Method setup

test/cpp/jit/tests_setup.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class Setup:
7 def setup(self):
8 raise NotImplementedError()
9
10 def shutdown(self):
11 raise NotImplementedError()

Callers 2

test_cppMethod · 0.45
setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected