Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dtest_plc.py66 model = lpcnet.new_lpcnet_plc_model(rnn_units=args.gru_size, batch_size=1, training=False, quantize…
H A Dlpcnet_plc.py65 def new_lpcnet_plc_model(rnn_units=256, nb_used_features=20, nb_burg_features=36, batch_size=128, t… function
H A Dtrain_plc.py152 …model = lpcnet.new_lpcnet_plc_model(rnn_units=args.gru_size, batch_size=batch_size, training=True,…
H A Ddump_plc.py230 model = lpcnet_plc.new_lpcnet_plc_model(rnn_units=units, cond_size=cond_size)