Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609319534
  • Loading branch information
tensorflower-gardener committed Feb 22, 2024
1 parent ee56b5f commit 32c5deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/compiler/jit/tests/auto_clustering_test_helper.cc
Expand Up @@ -33,7 +33,8 @@ limitations under the License.

namespace tensorflow {
namespace {
StatusOr<string> SummarizeClustering(const GraphDef& auto_clustered_graph_def) {
absl::StatusOr<string> SummarizeClustering(
const GraphDef& auto_clustered_graph_def) {
testing::ResetClusterSequenceNumber();
Graph graph(OpRegistry::Global());
GraphConstructorOptions graph_opts;
Expand Down

0 comments on commit 32c5deb

Please sign in to comment.