Skip to content

Commit

Permalink
replace usage of "whitelist" with "allowlist"
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 343882671
  • Loading branch information
teijeong authored and tensorflower-gardener committed Nov 23, 2020
1 parent 3a0c22d commit 973f5b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It is on our roadmap to add support in the following areas:
Support is available in the following areas:

* Model coverage: models using
[whitelisted layers](https://github.com/tensorflow/model-optimization/tree/master/tensorflow_model_optimization/python/core/quantization/keras/default_8bit/default_8bit_quantize_registry.py),
[allowlisted layers](https://github.com/tensorflow/model-optimization/tree/master/tensorflow_model_optimization/python/core/quantization/keras/default_8bit/default_8bit_quantize_registry.py),
BatchNormalization when it follows Conv2D and DepthwiseConv2D layers, and in
limited cases, `Concat`.
<!-- TODO(tfmot): add more details and ensure they are all correct. -->
Expand Down

0 comments on commit 973f5b3

Please sign in to comment.