mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Automated Code Change
PiperOrigin-RevId: 847414309
This commit is contained in:
committed by
TensorFlower Gardener
parent
f253afed70
commit
630698a3af
@@ -141,7 +141,7 @@ class NcclTestBase : public ::testing::Test {
|
||||
if (VLOG_IS_ON(3)) {
|
||||
string str_buf;
|
||||
for (const auto& x : expected) {
|
||||
strings::StrAppend(&str_buf, " ", x);
|
||||
absl::StrAppend(&str_buf, " ", x);
|
||||
}
|
||||
VLOG(3) << "Expected output " << str_buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user