Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc293 std::vector<ConsumerOpInfo> dequant_op_infos; // Ops that need dequants. in QuantizeWeightsInternal() local
306 dequant_op_infos.push_back(consumer_op_info); in QuantizeWeightsInternal()
311 if (dequant_op_infos.empty()) { in QuantizeWeightsInternal()
332 for (ConsumerOpInfo& dequant_op_info : dequant_op_infos) { in QuantizeWeightsInternal()