Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp497 static std::vector<NodeKind> fixed_qparam_funcs; in getFixedQParams() local
501 std::back_inserter(fixed_qparam_funcs), in getFixedQParams()
503 if (isAtenFunc(n, fixed_qparam_funcs)) { in getFixedQParams()