Lines Matching defs:script
69 def lstm_creator(script=True, **kwargs): argument
81 def lnlstm_creator(script=True, decompose_layernorm=False, **kwargs): argument
110 def dropoutlstm_creator(script=True, **kwargs): argument
138 def lstm_premul_creator(script=True, **kwargs): argument
150 def lstm_premul_bias_creator(script=True, **kwargs): argument
162 def lstm_simple_creator(script=True, **kwargs): argument
174 def lstm_multilayer_creator(script=True, **kwargs): argument
266 def varlen_lstm_factory(cell, script): argument
306 def varlen_lstm_creator(script=False, **kwargs): argument
406 def lstm_factory(cell, script): argument
432 def lstm_factory_premul(premul_cell, script): argument
458 def lstm_factory_premul_bias(premul_cell, script): argument
491 def lstm_factory_simple(cell, script): argument
507 def lstm_factory_multilayer(cell, script): argument