From 0aae67ce59770b10f85d3ee86e892e7129012db3 Mon Sep 17 00:00:00 2001 From: Yu-Cheng Ling Date: Wed, 7 Apr 2021 11:13:44 -0700 Subject: [PATCH] Update 20190722-tflite-training.md Use respectful terms like "allowlist" --- rfcs/20190722-tflite-training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/20190722-tflite-training.md b/rfcs/20190722-tflite-training.md index 2fe000b6d..4cd2e28ad 100644 --- a/rfcs/20190722-tflite-training.md +++ b/rfcs/20190722-tflite-training.md @@ -263,7 +263,7 @@ Note: "Flex" is the code name for project, which enables using TensorFlow kernels in TensorFlow Lite directly. Throughout the document, it will be referred as "Flex" to be concise. -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. +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. **Implement fused ops as TensorFlow Lite builtin ops (optimization)**
We can implement these fused ops as TensorFlow Lite builtin ops. This further