Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693189477
  • Loading branch information
tensorflower-gardener committed Nov 5, 2024
1 parent eb62448 commit a9f1fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tfrt::ExecutionContext CreateFallbackTestExecutionContext(
/*return values=*/{},
/*attr def=*/{},
/*node_def=*/{});
tensorflow::Status status = eager_context->AddFunctionDef(dummy_function_def);
absl::Status status = eager_context->AddFunctionDef(dummy_function_def);
TF_DCHECK_OK(status);

auto request_id = id.fetch_add(1);
Expand Down

0 comments on commit a9f1fb9

Please sign in to comment.