mlir-hlo
mlir-hlo copied to clipboard
Are there any examples of tensorflow training a model via mlir?
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?