Searched defs:cfeat (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libopus/dnn/training_tf2/ |
H A D | test_lpcnet.py | 93 cfeat = enc.predict([features[c:c+1, :, :nb_used_features], periods[c:c+1, :, :]]) variable 95 cfeat,lpcs = enc.predict([features[c:c+1, :, :nb_used_features], periods[c:c+1, :, :]]) variable
|