Releases: nbortolotti/tflitego
Releases · nbortolotti/tflitego
v0.1.2-beta: Merge pull request #26 from nbortolotti/develop
added edge-tpu support.
v0.1.1-beta
with 90% of coverage a good step covered to create a solid environment to use TFLite in Go.
v0.1.0-alpha
Version with testing added and checks for most relevant entities of the library.
operation with tensors and buffers
Added support to interoperate with tensor and buffer. Useful to execute inferences of more complex models like image categorization.
v0.0.2
Merge remote-tracking branch 'origin/main' into main
Experimental base binding for simple inferences
Experimental binding to use simple inferences.