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

Commit 7cb88dd

Browse files
authored
Added Engineering impact details
1 parent b0c7152 commit 7cb88dd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

rfcs/20200712-tfrt-kernel-fallback.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,23 @@ No new dependencies.
581581
kernels in TF Lite.
582582
* Code will be maintained by TensorFlow DevInfra and TFRT teams.
583583
584+
#### Current Status
585+
586+
* We have a Kernel Fallback prototype
587+
* Prototype support for two kernels: `AddN` and `Conv3D`
588+
* Current binary size estimates (based on Android arm64 build): 1MB for framework and 100k per kernel per type.
589+
590+
#### Planned work
591+
592+
* Finalize integration with TFRT.
593+
* Convert a subset of TensorFlow kernels to support Kernel Fallback.
594+
595+
#### Success metrics
596+
597+
* Binary size small enough to run on mobile platforms.
598+
* Increased kernel coverage on mobile platforms.
599+
600+
584601
### Platforms and Environments
585602
586603
* Primarily geared towards mobile platforms but should work on non-mobile

0 commit comments

Comments
 (0)