Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc42 } ConsumerOpInfo; typedef
49 std::vector<ConsumerOpInfo> GetTensorConsumers(const ModelT* model, in GetTensorConsumers()
54 std::vector<ConsumerOpInfo> consumer_ops; in GetTensorConsumers()
290 std::vector<ConsumerOpInfo> consumer_op_infos = in QuantizeWeightsInternal()
293 std::vector<ConsumerOpInfo> dequant_op_infos; // Ops that need dequants. in QuantizeWeightsInternal()
294 for (ConsumerOpInfo& consumer_op_info : consumer_op_infos) { in QuantizeWeightsInternal()
332 for (ConsumerOpInfo& dequant_op_info : dequant_op_infos) { in QuantizeWeightsInternal()