Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632474571
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 67846fb commit ed7e2c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow/lite/delegates/gpu/common/data_type_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ limitations under the License.

#include "tensorflow/lite/delegates/gpu/common/data_type.h"

#include <gmock/gmock.h>
#include <gtest/gtest.h>

namespace tflite {
Expand Down
2 changes: 2 additions & 0 deletions tensorflow/lite/delegates/gpu/common/flops_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ limitations under the License.

#include "tensorflow/lite/delegates/gpu/common/flops_util.h"

#include "tensorflow/lite/delegates/gpu/common/shape.h"

namespace tflite {
namespace gpu {

Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/optimization/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tf_cuda_library(
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:string_view",
],
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/optimization/optimization_pass_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ limitations under the License.
#include <vector>

#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "tensorflow/core/common_runtime/device_set.h"
Expand Down

0 comments on commit ed7e2c8

Please sign in to comment.