Searched refs:fetch_model (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | registry.c | 284 fetch_model(struct rxkb_context *ctx, const char *model) in fetch_model() function 298 struct rxkb_model *m = fetch_model(ctx, model); in find_model() 642 m = fetch_model(ctx, "m1"); in test_load_full() 646 m = fetch_model(ctx, "m2"); in test_load_full() 862 m = fetch_model(ctx, "m1"); in test_load_merge() 866 m = fetch_model(ctx, "m2"); in test_load_merge() 870 m = fetch_model(ctx, "m3"); in test_load_merge() 874 m = fetch_model(ctx, "m4"); in test_load_merge() 962 m = fetch_model(ctx, "m1"); in test_load_merge_no_overwrite()
|
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/ |
H A D | evaluate_forward_time.py | 11 fetch_model, 71 model = fetch_model(model_path, device, sparse_dlrm=sparse_dlrm)
|
H A D | evaluate_model_metrics.py | 11 fetch_model, 105 model = fetch_model(model_path, device)
|
H A D | dlrm_utils.py | 152 def fetch_model(model_path, device, sparse_dlrm=False): function
|