Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_concat_op.cc55 auto input_requantized = QUANTIZE_WITH_EIGEN(input_float, f2q, T); in Copy() local
Dquantization_utils.h676 auto input_requantized = QUANTIZE_WITH_EIGEN(input_float, f2q, T2); in RequantizeManyInNewRangeUsingEigen() local
719 auto input_requantized = intermediate.cwiseMax(0LL) variable