j2kun / retvec

Experiments with retvec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using IREE import from tf

Always outputs bytecode, not textual MLIR.

iree-import-tf \
  --tf-import-type=savedmodel_v1 \
  --tf-savedmodel-exported-names=serving_default \
  . -o retvec.stablehlo.mlir.bytecode

Convert to textual MLIR:

iree-ir-tool cp -o retvec.stablehlo.mlir retvec.stablehlo.mlir.bytecode

About

Experiments with retvec


Languages

Language:MLIR 99.7%Language:PureBasic 0.3%Language:Python 0.0%