Home
last modified time | relevance | path

Searched refs:new_lpcnet_model (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dtest_lpcnet.py51 model, enc, dec = lpcnet.new_lpcnet_model(training = False, rnn_units1=units, rnn_units2=units2, fl…
H A Dtrain_lpcnet.py136 model, _, _ = lpcnet.new_lpcnet_model(rnn_units1=args.grua_size,
H A Ddump_lpcnet.py281 …model, _, _ = lpcnet.new_lpcnet_model(rnn_units1=units, rnn_units2=units2, flag_e2e = e2e, cond_si…
H A Dlpcnet.py234 def new_lpcnet_model(rnn_units1=384, rnn_units2=16, nb_used_features=20, batch_size=128, training=F… function