Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dunpack_quantized_weights.cpp594 std::string qlinear = R"( in UnpackQuantizedWeights() local
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dquantization.py403 def qlinear(match: Match, *args, **kwargs): function