Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 699813456
  • Loading branch information
tensorflower-gardener committed Nov 25, 2024
1 parent 9b73455 commit cf61b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/compiler/mlir/tfrt/utils/host_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License.

#include "tensorflow/compiler/mlir/tfrt/utils/host_context.h"

#include <cstdint>
#include <memory>

#include "tensorflow/core/platform/logging.h"
Expand Down
1 change: 1 addition & 0 deletions tensorflow/compiler/mlir/tfrt/utils/host_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_COMPILER_MLIR_TFRT_UTILS_HOST_CONTEXT_H_
#define TENSORFLOW_COMPILER_MLIR_TFRT_UTILS_HOST_CONTEXT_H_

#include <cstdint>
#include <memory>

#include "absl/base/attributes.h"
Expand Down

0 comments on commit cf61b33

Please sign in to comment.