diff --git a/tensorflow/lite/toco/graph_transformations/quantize.cc b/tensorflow/lite/toco/graph_transformations/quantize.cc index cef1774d413..ee00c334336 100644 --- a/tensorflow/lite/toco/graph_transformations/quantize.cc +++ b/tensorflow/lite/toco/graph_transformations/quantize.cc @@ -67,7 +67,8 @@ bool SupportsQuantization(const Operator& op) { type == OperatorType::kRandomUniform || type == OperatorType::kResizeNearestNeighbor || type == OperatorType::kPRelu || type == OperatorType::kReduceMax || - type == OperatorType::kReduceMin; + type == OperatorType::kReduceMin || + type == OperatorType::kTransposeConv; } // The quantized op allows output arrays of type float using