MCPcopy 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_namesMethod · 0.95
_applyMethod · 0.45
prepare_inputMethod · 0.45
get_state_namesMethod · 0.45
prepare_inputMethod · 0.45
get_state_namesMethod · 0.45
get_input_paramsMethod · 0.45
get_recurrent_paramsMethod · 0.45
prepare_inputMethod · 0.45
_applyMethod · 0.45
get_input_paramsMethod · 0.45
prepare_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected