Enable TOCO transformation for Quantized TransposeConv op.

PiperOrigin-RevId: 239516714
This commit is contained in:
A. Unique TensorFlower 2019-03-20 18:18:23 -07:00 committed by TensorFlower Gardener
parent aee0b43932
commit 416047559c

View File

@ -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