Home
last modified time | relevance | path

Searched defs:quantize_method_name (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dquantization.cpp13 std::string quantize_method_name = "quantize_" + method_name; in quantize_dynamic() local
48 m.get_method(quantize_method_name)(inputs); in quantize_dynamic() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_quant_dequant.cpp1831 std::string quantize_method_name = "quantize_" + orig_method_name; in InsertQuantDeQuantOnDevicePTQ() local