eloquentarduino / EloquentTinyML

Eloquent interface to Tensorflow Lite for Microcontrollers
288 stars 57 forks source link

Does tensorflow need to know how the network is built? #60

Closed ewecan closed 10 months ago

ewecan commented 1 year ago

When tensorflow predicts, does the code need to know the content of the network construction and how it is constructed

ewecan commented 1 year ago

Why is it possible to predict with only one array, without building a network structure?