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

Class CompiledRunnable

caffe2/python/session.py:13–17  ·  view source on GitHub ↗

Wrapper for compiled runnable returned from session.compile()

Source from the content-addressed store, hash-verified

11
12
13class CompiledRunnable:
14 """ Wrapper for compiled runnable returned from session.compile() """
15 def __init__(self, obj, session_class):
16 self.obj = obj
17 self.session_class = session_class
18
19
20class Session:

Callers 1

compileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…