I am using a very small model for testing purposes using tensorflow 2.3 and keras. Looking at my terminal, I get the following warning:
I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:118] None of the MLIR optimization passes are enabled (registered 1)
However, the code works as expected. But what does this message mean?
Thanks.