emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
https://www.emgu.com/wiki/index.php/Emgu_TF
Other
214 stars 43 forks source link

Is there any difference between Emgu.TF.Tensor and Emgu.TF.Lite.Tensor #48

Closed minhduc66532 closed 3 years ago

minhduc66532 commented 3 years ago

The title say it all. Thank you for all of your answer

emgucv commented 3 years ago

Emgu TF is the .Net wrapper for Tensorflow. Emgu.TF.Tensor is a Tensorflow Tensor.

Emgu TF Lite is the .Net wrapper for Tensorflow Lite. Emgu.TF.Lite.Tensor is a Tensorflow Lite Tensor.

If you wonder what is the different between Tensorflow and Tensorflow lite, here are some references: https://en.wikipedia.org/wiki/TensorFlow#TensorFlow_Lite https://www.quora.com/What-is-the-difference-between-TensorFlow-and-TensorFlow-lite

minhduc66532 commented 3 years ago

Ahh ok, thanks