Home
last modified time | relevance | path

Searched refs:drop_states (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/contrib/rnn/
H A Drnn_cell.py51 def __init__(self, base_cell, drop_inputs=0., drop_states=0., drop_outputs=0.): argument
52 assert not drop_states or not isinstance(base_cell, BidirectionalCell), \
55 assert not drop_states \
61 self.drop_states = drop_states
77 if self.drop_states and self.drop_states_mask is None:
79 p=self.drop_states)
95 if self.drop_states:
171 if self.drop_states:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/contrib/rnn/
H A Drnn_cell.py51 def __init__(self, base_cell, drop_inputs=0., drop_states=0., drop_outputs=0.): argument
52 assert not drop_states or not isinstance(base_cell, BidirectionalCell), \
55 assert not drop_states \
61 self.drop_states = drop_states
77 if self.drop_states and self.drop_states_mask is None:
79 p=self.drop_states)
95 if self.drop_states:
171 if self.drop_states:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_gluon_contrib.py134 def check_vardrop(drop_inputs, drop_states, drop_outputs): argument
137 drop_states=drop_states,
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_gluon_contrib.py134 def check_vardrop(drop_inputs, drop_states, drop_outputs): argument
137 drop_states=drop_states,
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/parsing/common/
H A Dutils.py236 wrapper = contrib.rnn.VariationalDropoutCell(lstm_cell, drop_states=dropout_h)
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-parser.c1621 drop_states (struct _header_scan_state *s) in drop_states() function
1633 drop_states (s); in folder_scan_reset()