Skip to content

Commit a2bf1fc

Browse files
TFRT teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 701339587
1 parent 8e00ae1 commit a2bf1fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backends/cpu/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# copybara:uncomment load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")
12
load("@tf_runtime//:build_defs.bzl", "if_google", "tfrt_cc_library")
23
# copybara:uncomment load("//tools/build_defs/license:license.bzl", "license")
34
# copybara:uncomment load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")

include/tfrt/support/logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ struct LogStreamVoidifier {
8585
// `TFRT_INTERNAL_LOG_CONDITION` prefixes another macro that expands to a
8686
// temporary `LogStream` instantiation.
8787
#define TFRT_INTERNAL_LOG_CONDITION(condition) \
88-
!(condition) ? (void)0 : ::tfrt::internal::LogStreamVoidifier()&
88+
!(condition) ? (void)0 : ::tfrt::internal::LogStreamVoidifier() &
8989

9090
// `TFRT_DLOG` behaves like `TFRT_LOG` in debug mode (i.e. `#ifndef NDEBUG`).
9191
// Otherwise, it compiles away and does nothing. Note that `TFRT_DLOG(FATAL)`

0 commit comments

Comments
 (0)