Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ scope
Method
scope
caffe2/python/rnn_cell.py:72–73 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
70
self._initializer = value
71
72
def
scope(self, name):
73
return
self.name +
'/'
+ name
if
self.name is not None
else
name
74
75
def
apply_over_sequence(
76
self,
Callers
15
get_state_names
Method · 0.95
_apply
Method · 0.45
prepare_input
Method · 0.45
get_state_names
Method · 0.45
prepare_input
Method · 0.45
get_state_names
Method · 0.45
get_input_params
Method · 0.45
get_recurrent_params
Method · 0.45
prepare_input
Method · 0.45
_apply
Method · 0.45
get_input_params
Method · 0.45
prepare_input
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected