Searched refs:new_lpcnet_plc_model (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libopus/dnn/training_tf2/ |
H A D | test_plc.py | 66 model = lpcnet.new_lpcnet_plc_model(rnn_units=args.gru_size, batch_size=1, training=False, quantize…
|
H A D | lpcnet_plc.py | 65 def new_lpcnet_plc_model(rnn_units=256, nb_used_features=20, nb_burg_features=36, batch_size=128, t… function
|
H A D | train_plc.py | 152 …model = lpcnet.new_lpcnet_plc_model(rnn_units=args.gru_size, batch_size=batch_size, training=True,…
|
H A D | dump_plc.py | 230 model = lpcnet_plc.new_lpcnet_plc_model(rnn_units=units, cond_size=cond_size)
|