Enable TOCO transformation for Quantized TransposeConv op.
PiperOrigin-RevId: 239516714
This commit is contained in:
parent
aee0b43932
commit
416047559c
@ -67,7 +67,8 @@ bool SupportsQuantization(const Operator& op) {
|
|||||||
type == OperatorType::kRandomUniform ||
|
type == OperatorType::kRandomUniform ||
|
||||||
type == OperatorType::kResizeNearestNeighbor ||
|
type == OperatorType::kResizeNearestNeighbor ||
|
||||||
type == OperatorType::kPRelu || type == OperatorType::kReduceMax ||
|
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
|
// The quantized op allows output arrays of type float using
|
||||||
|
Loading…
Reference in New Issue
Block a user