Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 0aae67c

Browse files
authored
Update 20190722-tflite-training.md
Use respectful terms like "allowlist"
1 parent abba196 commit 0aae67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20190722-tflite-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Note: "Flex" is the code name for
263263
project, which enables using TensorFlow kernels in TensorFlow Lite directly.
264264
Throughout the document, it will be referred as "Flex" to be concise.
265265

266-
This is the easiest approach: Just whitelist these training ops to Flex whitelist. However this means Flex runtime is required for training (bloating binary size), and Flex kernels are not optimized for mobile.
266+
This is the easiest approach: Just add these training ops to Flex allowlist. However this means Flex runtime is required for training (bloating binary size), and Flex kernels are not optimized for mobile.
267267

268268
**Implement fused ops as TensorFlow Lite builtin ops (optimization)**<br/>
269269
We can implement these fused ops as TensorFlow Lite builtin ops. This further

0 commit comments

Comments
 (0)