Searched defs:quant (Results 1 – 2 of 2) sorted by relevance
84 TfLiteQuantizationParams quant; in Resize() local
320 auto paramIt = std::find_if(quantParams.begin(), quantParams.end(), [](QuantParam quant) { in ValidateQuantParams()