Remove disabling space-to-batch if graphs have reshapes

PiperOrigin-RevId: 375391805
Change-Id: I727a6f8b384cc20902dc1866ea75af87453acb7b
diff --git a/tensorflow/compiler/xla/service/space_to_batch_converter.cc b/tensorflow/compiler/xla/service/space_to_batch_converter.cc
index 6e6d8aa..f4e5b7f 100644
--- a/tensorflow/compiler/xla/service/space_to_batch_converter.cc
+++ b/tensorflow/compiler/xla/service/space_to_batch_converter.cc
@@ -1345,7 +1345,6 @@
   // We can add more non-propagatable opcodes as needed.
   switch (consumer->opcode()) {
     case HloOpcode::kCustomCall:
-    case HloOpcode::kReshape:
       return true;
     default:
       return false;