Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Doperator_property.cc337 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
403 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
474 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
539 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
609 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
673 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
742 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
805 property.restrict_scale = {{18, 0}}; in GetOperatorProperty()
Doperator_property.h116 std::vector<std::vector<int>> restrict_scale = {}; member
Dquantize_model.cc968 for (const std::vector<int>& input : property.restrict_scale) { in QuantizeSharedRange()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h146 if (lstm_property.restrict_scale.size() != 1) { in matchAndRewrite()
149 << lstm_property.restrict_scale.size() in matchAndRewrite()
155 const std::vector<int>& tensors = lstm_property.restrict_scale[0]; in matchAndRewrite()