Searched defs:compare_and_validate_results (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/eager/ |
H A D | test_numeric_suite_eager.py | 102 def compare_and_validate_results(float_model, q_model): function 124 def compare_and_validate_results(float_model, q_model): function 146 def compare_and_validate_results(float_model, q_model): function 170 def compare_and_validate_results(float_model, q_model): function 194 def compare_and_validate_results(float_model, q_model, module_swap_list, data): function 221 def compare_and_validate_results(float_model, q_model, module_swap_list, data): function 246 def compare_and_validate_results(float_model, q_model, module_swap_list, data): function 315 def compare_and_validate_results(float_model, q_model, module_swap_list, data): function 340 def compare_and_validate_results( function 373 def compare_and_validate_results(float_model, q_model, data): function [all …]
|