Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ get_input_params
Method
get_input_params
caffe2/python/rnn_cell.py:469–473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
467
return
hidden_t, cell_t
468
469
def
get_input_params(self):
470
return
{
471
'weights'
: self.scope(
'i2h'
) +
'_w'
,
472
'biases'
: self.scope(
'i2h'
) +
'_b'
,
473
}
474
475
def
get_recurrent_params(self):
476
return
{
Callers
1
_LSTM
Function · 0.45
Calls
1
scope
Method · 0.45
Tested by
no test coverage detected