Searched defs:operator_names (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/lite/tools/optimize/ | 
| D | quantize_model.cc | 147     const std::unordered_set<string>& operator_names, const ModelT* model,  in GetOperatorProperty()213     ModelT* model, const std::unordered_set<string>& operator_names,  in PopulateRealValueOpSet()
 688     ModelT* model, const std::unordered_set<string>& operator_names,  in ApplyConstraints()
 1467     const std::unordered_set<string>& operator_names,  in QuantizeWeightsInputOutput()
 1541                             const std::unordered_set<string>& operator_names,  in QuantizeBiases()
 1615   std::unordered_set<string> operator_names;  in GetAllOperatorOutputs()  local
 1633     ModelT* model, const std::unordered_set<string>& operator_names,  in FillQuantizationParams()
 1751     ModelT* model, const std::unordered_set<string>& operator_names,  in EnsureBiasScaleCompatibility()
 1901                            const std::unordered_set<string>& operator_names,  in QuantizeModel()
 1944                            const std::unordered_set<string>& operator_names,  in QuantizeModel()
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ | 
| D | quantize_model.cc | 54     const std::unordered_set<std::string>& operator_names,  in QuantizeModel()
 | 
| D | quantize_model_test.cc | 49     bool allow_float, const std::unordered_set<string>& operator_names,  in QuantizeModel()
 | 
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ | 
| D | xnnpack_delegate.cc | 796     std::vector<char> operator_names;  in AddEventsToProfiler()  local
 |