Skip to content

Commit

Permalink
Merge pull request tensorflow#33157 from jvicenti:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 279075967
Change-Id: I2a6b4f6d0be2a8d5d590149acdf98f2904189890
  • Loading branch information
tensorflower-gardener committed Nov 7, 2019
2 parents 148f073 + f57513e commit a44da74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/lite/toco/graph_transformations/quantize.cc
Expand Up @@ -53,6 +53,7 @@ bool SupportsQuantization(Model* model, const Operator& op) {
OperatorType::kConv,
OperatorType::kDepthToSpace,
OperatorType::kDepthwiseConv,
OperatorType::kDiv,
OperatorType::kEqual,
OperatorType::kExpandDims,
OperatorType::kFullyConnected,
Expand Down

0 comments on commit a44da74

Please sign in to comment.