Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc147 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/
Dquantize_model.cc54 const std::unordered_set<std::string>& operator_names, in QuantizeModel()
Dquantize_model_test.cc49 bool allow_float, const std::unordered_set<string>& operator_names, in QuantizeModel()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc796 std::vector<char> operator_names; in AddEventsToProfiler() local