Fix the generated builtin_ops enum header.
authorYu-Cheng Ling <ycling@google.com>
Thu, 24 May 2018 23:02:11 +0000 (16:02 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 23:05:05 +0000 (16:05 -0700)
PiperOrigin-RevId: 197969642

tensorflow/contrib/lite/builtin_ops.h
tensorflow/contrib/lite/schema/builtin_ops_header/generator.cc

index 7e28518..24a9b0f 100644 (file)
@@ -99,4 +99,3 @@ typedef enum {
 }  // extern "C"
 #endif  // __cplusplus
 #endif  // TENSORFLOW_CONTRIB_LITE_BUILTIN_OPS_H_
-}
index ac408d2..64ab0a9 100644 (file)
@@ -57,7 +57,6 @@ const char* kFileFooter =
 }  // extern "C"
 #endif  // __cplusplus
 #endif  // TENSORFLOW_CONTRIB_LITE_BUILTIN_OPS_H_
-}
 )";
 }  // anonymous namespace