8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375fd2 commit 2c045adCopy full SHA for 2c045ad
tensorflow/lite/experimental/acceleration/compatibility/canonicalize_value_test.cc
@@ -16,7 +16,6 @@ limitations under the License.
16
17
#include <string>
18
19
-#include <gmock/gmock.h>
20
#include <gtest/gtest.h>
21
#include "tensorflow/lite/experimental/acceleration/compatibility/variables.h"
22
tensorflow/lite/experimental/acceleration/compatibility/json_to_fb.cc
@@ -17,6 +17,7 @@ limitations under the License.
// Used for creating the binary version of a compatibility list.
//
// The flatc command line is not available in all build environments.
+#include <cstdint>
#include <fstream>
#include <iostream>
23
0 commit comments