Searched defs:input_requantized (Results 1 – 2 of 2) sorted by relevance
55 auto input_requantized = QUANTIZE_WITH_EIGEN(input_float, f2q, T); in Copy() local
676 auto input_requantized = QUANTIZE_WITH_EIGEN(input_float, f2q, T2); in RequantizeManyInNewRangeUsingEigen() local719 auto input_requantized = intermediate.cwiseMax(0LL) variable