RFC: TFLite Support for Node#5
Conversation
Added content for: Objective Motivation User Benefits Based on interviews with users, and existing reference points for these areas.
Incorrectly formatted table corrected.
First draft of the Coral support RFC
pyu10055
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 4 files reviewed, 1 unresolved discussion (waiting on @mattsoulanille and @pyu10055)
rfcs/20211109-tflite-support-for-node.md, line 29 at r8 (raw file):
## Motivation
motivation and user benefit needs to be updated with rationale of provide pluggable delegate interface for tflte binding.
mattsoulanille
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 4 files reviewed, 1 unresolved discussion (waiting on @pyu10055)
rfcs/20211109-tflite-support-for-node.md, line 29 at r8 (raw file):
Previously, pyu10055 (Ping Yu) wrote…
motivation and user benefit needs to be updated with rationale of provide pluggable delegate interface for tflte binding.
Thanks for the review. I've updated the section to better explain our motivation for adding a pluggable delegate interface.
pyu10055
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 4 files reviewed, all discussions resolved (waiting on @pyu10055)
pyu10055
left a comment
There was a problem hiding this comment.
Reviewed 2 of 3 files at r6, 1 of 1 files at r10, 1 of 1 files at r11, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @mattsoulanille)
Objective
Enable TensorFlow.js to run tflite models in Node and support accelerating those models with a Coral accelerator in a standardized manner agnostic to the form factor of the Coral device.
This change is