Searched defs:sparse_config (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener_test.cpp | 296 IAaptContext* context, const ConfigDescription& sparse_config, float load) { in BuildTableWithSparseEntries() 336 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local 379 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB-v32"); in TEST_F() local 401 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local 420 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local 463 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local
|
/aosp_15_r20/external/pytorch/test/ao/sparsity/ |
H A D | test_activation_sparsifier.py | 49 def _check_constructor(self, activation_sparsifier, model, defaults, sparse_config): argument 64 self, activation_sparsifier, defaults, sparse_config, layer_args_list argument
|
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/activation_sparsifier/ |
H A D | activation_sparsifier.py | 98 **sparse_config, 193 **sparse_config,
|
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/ |
H A D | quantization_utils.py | 32 **sparse_config,
|
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/ |
H A D | evaluate_disk_savings.py | 17 def create_attach_sparsifier(model, **sparse_config):
|