Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676706989
  • Loading branch information
tensorflower-gardener committed Sep 20, 2024
1 parent 0b519be commit 03b0dd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tensorflow/lite/delegates/gpu/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ cc_test(
name = "winograd_util_test",
srcs = ["winograd_util_test.cc"],
deps = [
":operations",
":shape",
":winograd_util",
"@com_google_googletest//:gtest_main",
],
Expand Down
1 change: 1 addition & 0 deletions tensorflow/lite/delegates/gpu/common/winograd_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ limitations under the License.
#include <vector>

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

Expand Down
3 changes: 2 additions & 1 deletion tensorflow/lite/delegates/gpu/common/winograd_util_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ limitations under the License.

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

#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "tensorflow/lite/delegates/gpu/common/operations.h"
#include "tensorflow/lite/delegates/gpu/common/shape.h"

namespace tflite {
namespace gpu {
Expand Down

0 comments on commit 03b0dd4

Please sign in to comment.