Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/quantization/
Dhelper.cpp167 std::vector<std::string> _clamp_funcs = { variable
321 for (const auto& aten_func : _clamp_funcs) { in getClampScalarInputUse()
473 return isAtenFunc(n, _clamp_funcs); in isClamp()