8000 Cleanup: Fix includes. · linux-on-ibm-z/tensorflow@9b75a55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b75a55

Browse files
Cleanup: Fix includes.
PiperOrigin-RevId: 730967918
1 parent 09806e6 commit 9b75a55

File tree

1 file changed

+5
-0
lines changed

tensorflow/core/grappler/optimizers/data/make_deterministic_test.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ limitations under the License.
1515

1616
#include "tensorflow/core/grappler/optimizers/data/make_deterministic.h"
1717

18+
#include <cstdint>
19+
#include <string>
20+
#include <tuple>
21+
#include <vector>
22+
1823
#include "tensorflow/core/framework/attr_value_util.h"
1924
#include "tensorflow/core/framework/common_shape_fns.h"
2025
#include "tensorflow/core/framework/function_testlib.h"

0 commit comments

Comments
 (0)
0