Home
last modified time | relevance | path

Searched refs:prepared_for_callibrate_model (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/test/quantization/fx/
Dtest_model_report_fx.py949 prepared_for_callibrate_model = model_report.prepare_detailed_calibration()
954 for fqn, module in prepared_for_callibrate_model.named_modules():
962 for node in prepared_for_callibrate_model.graph.nodes:
989 prepared_for_callibrate_model = model_report.prepare_detailed_calibration()
1112 prepared_for_callibrate_model, mod_report = _get_prepped_for_calibration_model_helper(
1120 prepared_for_callibrate_model(example_input)
1165 prepared_for_callibrate_model, mod_report = _get_prepped_for_calibration_model_helper(
1173 prepared_for_callibrate_model(example_input)
1223 prepared_for_callibrate_model, mod_report = _get_prepped_for_calibration_model_helper(
1231 prepared_for_callibrate_model(example_input)
[all …]