MCPcopy Index your code
hub / github.com/pytorch/pytorch / example_job

Function example_job

caffe2/python/net_printer_test.py:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 return o6, o7_1, o7_2
60
61def example_job():
62 with Job() as job:
63 with job.init_group:
64 example_loop()
65 example_task()
66 return job
67
68
69class TestNetPrinter(unittest.TestCase):

Callers 4

test_printMethod · 0.85
test_valid_jobMethod · 0.85
test_undefined_blobMethod · 0.85

Calls 3

JobClass · 0.90
example_loopFunction · 0.85
example_taskFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…