Crate microflow_macros

source ·
Expand description

crates.io docs.rs github

Macro crate of the MicroFlow inference engine, namely, the MicroFlow compiler.

Attribute Macros§

  • The entry point of MicroFlow. This attribute-like procedural macro can be placed on structs to implement the predict() function based on the given model. The macro takes as input the path of the model, which must be in the TensorFlow Lite format (.tflite).