Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc78 bool IsRealValueOp(const std::unordered_set<string>& real_value_op_set, in IsRealValueOp()
88 std::unordered_set<string> real_value_op_set; in PopulateRealValueOpSet() local
440 const std::unordered_set<string>& real_value_op_set, in ApplyConstraints()
1017 const std::unordered_set<string>& real_value_op_set, in QuantizeWeightsInputOutput()
1085 const std::unordered_set<string>& real_value_op_set, in QuantizeBiases()
1172 const std::unordered_set<string>& real_value_op_set, in FillQuantizationParams()
1282 const std::unordered_set<string>& real_value_op_set, in EnsureBiasScaleCompatibility()
1430 auto real_value_op_set = in QuantizeModel() local