Skip to content

Commit 973f5b3

Browse files
teijeongtensorflower-gardener
authored andcommitted
replace usage of "whitelist" with "allowlist"
PiperOrigin-RevId: 343882671
1 parent 3a0c22d commit 973f5b3

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_model_optimization/g3doc/guide/quantization

1 file changed

+1
-1
lines changed

tensorflow_model_optimization/g3doc/guide/quantization/training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It is on our roadmap to add support in the following areas:
6464
Support is available in the following areas:
6565

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

0 commit comments

Comments
 (0)