Home
last modified time | relevance | path

Searched defs:float_model (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_numeric_suite_eager.py102 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 Dtest_bias_correction_eager.py30 def correct_artificial_bias_quantize(self, float_model, img_data): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator_test.cc883 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 Dapot_fx_graph_mode_qat.py16 float_model = resnet18(pretrained=True) variable
H A Dapot_fx_graph_mode_ptq.py15 float_model = resnet18(pretrained=True) variable
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A D_correct_bias.py97 float_model, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc163 std::unique_ptr<ModelT> float_model = in FindMatchingExpectedTensor() local