mesh
mesh copied to clipboard
performing the opposite of mtf.lowering
My objective is to take a generic NN architecture and feed it to Mesh. Since the Mesh API has support for lowering the graph to TensorFlow by using mtf.lowering, I was wondering whether the opposite is also possible
following.