Home
last modified time | relevance | path

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

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