Searched defs:float_model (Results 1 – 7 of 7) 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): argument 124 def compare_and_validate_results(float_model, q_model): argument 146 def compare_and_validate_results(float_model, q_model): argument 170 def compare_and_validate_results(float_model, q_model): argument 194 def compare_and_validate_results(float_model, q_model, module_swap_list, data): argument 221 def compare_and_validate_results(float_model, q_model, module_swap_list, data): argument 246 def compare_and_validate_results(float_model, q_model, module_swap_list, data): argument 315 def compare_and_validate_results(float_model, q_model, module_swap_list, data): argument 341 float_model, q_model, module_swap_list, input, hidden argument 373 def compare_and_validate_results(float_model, q_model, data): argument [all …]
|
H A D | test_bias_correction_eager.py | 30 def correct_artificial_bias_quantize(self, float_model, img_data): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | operator_test.cc | 883 Model float_model; in TEST_F() local 944 Model float_model; in TEST_F() local 1236 Model float_model; in TEST_F() local 1271 Model float_model; in TEST_F() local 1296 Model float_model; in TEST_F() local
|
/aosp_15_r20/external/pytorch/test/quantization/core/experimental/ |
H A D | apot_fx_graph_mode_qat.py | 16 float_model = resnet18(pretrained=True) variable
|
H A D | apot_fx_graph_mode_ptq.py | 15 float_model = resnet18(pretrained=True) variable
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/ |
H A D | _correct_bias.py | 97 float_model, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
H A D | quantize_weights_test.cc | 163 std::unique_ptr<ModelT> float_model = in FindMatchingExpectedTensor() local
|