Searched defs:operator_names (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model.cc | 55 const std::unordered_set<string>& operator_names, const ModelT* model, in GetOperatorProperty() 86 ModelT* model, const std::unordered_set<string>& operator_names, in PopulateRealValueOpSet() 439 ModelT* model, const std::unordered_set<string>& operator_names, in ApplyConstraints() 1016 const std::unordered_set<string>& operator_names, in QuantizeWeightsInputOutput() 1084 const std::unordered_set<string>& operator_names, in QuantizeBiases() 1153 std::unordered_set<string> operator_names; in GetAllOperatorOutputs() local 1171 ModelT* model, const std::unordered_set<string>& operator_names, in FillQuantizationParams() 1281 ModelT* model, const std::unordered_set<string>& operator_names, in EnsureBiasScaleCompatibility() 1427 const std::unordered_set<string>& operator_names, in QuantizeModel()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | quantize_model.cc | 44 const std::unordered_set<std::string>& operator_names, in QuantizeModel()
|