Home
last modified time | relevance | path

Searched defs:test_features (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ethtool/
H A DMakefile.am61 check_PROGRAMS += test-features
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/
H A Dtrain_lpcnet.py156 test_features = load_features(args.test_features) variable
/aosp_15_r20/external/libopus/dnn/torch/rdovae/
H A Dfec_encoder.py206test_features = np.concatenate([packet[stop - batch: stop, :] for packet in packets[::batch//2]], … variable
/aosp_15_r20/external/libopus/dnn/torch/osce/
H A Dtrain_vocoder.py133 test_features = load_lpcnet_features(args.test_features) variable
H A Dadv_train_vocoder.py138 test_features = load_lpcnet_features(args.test_features) variable
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dfec_encoder.py250test_features = np.concatenate([packet[:,stop - batch: stop, :] for packet in packets[::batch//2]]… variable
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_client.rs724 fn test_features() { in test_features() function
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs814 fn test_features() { in test_features() function
/aosp_15_r20/external/e2fsprogs/misc/
H A Dtune2fs.c1328 __u32 test_features[3]; in update_feature_set() local