Home
last modified time | relevance | path

Searched defs:data_list (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/pytorch/test/ao/sparsity/
H A Dtest_data_sparsifier.py47 def run_all_checks(self, data_list, data_with_config, defaults): argument
72 data_list, argument
95 def check_constructor(self, data_list, data_with_config, defaults, **kwargs): argument
114 def check_step(self, data_list, data_with_config, defaults, **kwargs): argument
147 def check_squash_mask(self, data_list, data_with_config, defaults, **kwargs): argument
167 def check_add_data(self, data_list, data_with_config, defaults, **kwargs): argument
198 def check_state_dict(self, data_list, data_with_config, defaults, **kwargs): argument
247 def check_memory_reference(self, data_list, data_with_config, defaults, **kwargs): argument
280 def run_all_checks(self, data_list, defaults, data_with_config, norm_type="L1"): argument
331 def check_step(self, data_list, data_with_config, defaults, norm_type="L1"): argument
[all …]
H A Dtest_data_scheduler.py56 def _get_sparsifier(self, data_list, data_with_config, defaults): argument
H A Dtest_activation_sparsifier.py110 def _check_pre_forward_hook(self, activation_sparsifier, data_list): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager.cc1147 std::vector<CsProcedureData>& data_list = live_tracker->procedure_data_list; in on_cs_procedure_enable_complete() local
1829 std::vector<CsProcedureData>& data_list = live_tracker->procedure_data_list; in init_cs_procedure_data() local
1867 std::vector<CsProcedureData>& data_list = live_tracker->procedure_data_list; in get_procedure_data() local
1883 std::vector<CsProcedureData>& data_list = in get_procedure_data_for_ras() local
1942 std::vector<CsProcedureData>& data_list = live_tracker->procedure_data_list; in delete_consumed_procedure_data() local
/aosp_15_r20/external/libaom/tools/ratectrl_log_analyzer/
H A Danalyze_ratectrl_log.py37 def extract_data(data_list, name): argument
/aosp_15_r20/external/autotest/server/cros/chaos_lib/
H A Dchaos_parser.py52 def create_csv(self, filename, data_list): argument
/aosp_15_r20/trusty/user/base/lib/apploader_package/
Dcose.cpp110 const std::vector<std::tuple<const void*, size_t>>& data_list) { in sha()
126 const std::vector<std::tuple<const void*, size_t>>& data_list) { in sha()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A DMobileModelRunner.cpp92 std::vector<std::string> data_list; in ivalue_to_bundled_inputs_map() local
/aosp_15_r20/external/elfutils/src/
H A Dunstrip.c325 struct data_list struct
328 struct data_list *next; argument
/aosp_15_r20/external/webrtc/video/
H A Dfull_stack_tests_plot.py219 data_list, argument
/aosp_15_r20/external/executorch/runtime/executor/
H A Dprogram.cpp362 const auto* data_list = in get_backend_delegate_data() local
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs796 let data_list: Vec<_> = file.split_whitespace().collect(); in get_guest_time() localVariable
824 let data_list: Vec<_> = line.split_whitespace().collect(); in get_rss() localVariable
/aosp_15_r20/external/python/cpython2/Lib/
Ddifflib.py1756 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddifflib.py1755 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddifflib.py1755 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddifflib.py1755 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddifflib.py1755 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddifflib.py1755 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddifflib.py1755 def _split_line(self,data_list,line_num,text): argument
/aosp_15_r20/external/elfutils/libelf/
H A DlibelfP.h212 Elf_Data_List data_list; /* List of data buffers. */ member
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dinput_lib.py1590 def _format_data_list_with_options(self, data_list): argument