Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ is_open
Method
is_open
caffe2/python/session.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self._open = True
80
81
def
is_open(self):
82
return
self._open
83
84
@classmethod
85
def
compile(cls, runnable, workspace_type=None, setup_net_list=None):
Callers
2
run
Method · 0.95
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected