You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I want to reshape the input feature data of mnist.mlir ("integrationtest/mnist/test_data/mnist_tensors.btf") which has [100, 784] into a shape such as [100,28,28,1], and follow that with a conv operation, but I can't find any reshape example in mlir test, could anyone give me some suggestions? does current TFRT support this operation?
The text was updated successfully, but these errors were encountered:
Hi I want to reshape the input feature data of mnist.mlir ("integrationtest/mnist/test_data/mnist_tensors.btf") which has [100, 784] into a shape such as [100,28,28,1], and follow that with a conv operation, but I can't find any reshape example in mlir test, could anyone give me some suggestions? does current TFRT support this operation?
The text was updated successfully, but these errors were encountered: