Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Inside TensorFlow - New TF Lite Converter
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Some of TensorFlow Lite Advantages
- 4 How? (1/4) - Small binary size
- 5 How? (3/4) - Fast startup
- 6 How? (4/4) - Fast invocation
- 7 Why do we need a NEW converter?
- 8 How to use the new converter?
- 9 Dialect Example: A simple TF Op
- 10 Dialect Example: Defining a TFL op
- 11 What does the converter do? (recap)
- 12 What does the converter exactly do?
- 13 Writing Transformation Passes
- 14 Transformation in TableGen
- 15 Transformation in C++