Compile_Edge_TPU

src.Compile_Edge_TPU.compile_edgetpu(path)[source]

Compiles a TensorFlow Lite model for the Edge TPU (Tensor Processing Unit).

Parameters

path: str

The path to the TensorFlow Lite model file that needs to be compiled for Edge TPU.

Returns

edgetpu_model_namestr or None

The filename of the compiled Edge TPU model, or None if the initial TensorFlow Lite model file was not found.