Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 484 Bytes

This a library to collect MediaPipe custom operators and apply these to WasmEdge Wasi-NN plugin.

The source code in folder ops are copied from MediaPipe.

The library impl the interface wasmEdgeWasiNnTfLiteAddCustomOps to be used in WasmEdge Wasi-NN plugin.

extern "C" void wasmEdgeWasiNnTfLiteAddCustomOps(TfLiteInterpreterOptions *);