Skip to content

myy1966/EdgeTPUCompilerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Edge TPU Compiler API

A simple python api for Google Edge TPU online compiler.

Usage

For cli:

python edge_tpu_comiler_api.py upload_tflite_model_file download_tpu_model_file -p proxy
python edge_tpu_comiler_api.py mobilenet.tflite mobilenet_tpu.tflite -p http://127.0.0.1:1080

For python:

from edge_tpu_compiler_api import compile
# The proxy defaults to None
compile(upload_tflite_model_file, download_tpu_model_file, proxy)

About

A simple python api for Google Edge TPU online compiler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages