tensorflow / mlir-hlo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there any examples of tensorflow training a model via mlir?

amtf1683 opened this issue · comments

I want to train the model through tensorflow+mlir, but I can't find a complete model training example, I see some examples of tensorflow to MHLO Dialect in the tensorflow/tensorflow/compiler/mlir/tensorflow/tests directory, but it's just inference, Without training, where can I find training examples?